LicenseAutoRenewOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AutoRenew | bool | Auto-Renewal,the licenses for active devices will be automatically renewed when they expire. |
Methods
NewLicenseAutoRenewOpenApiVO
func NewLicenseAutoRenewOpenApiVO(autoRenew bool, ) *LicenseAutoRenewOpenApiVO
NewLicenseAutoRenewOpenApiVO instantiates a new LicenseAutoRenewOpenApiVO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewLicenseAutoRenewOpenApiVOWithDefaults
func NewLicenseAutoRenewOpenApiVOWithDefaults() *LicenseAutoRenewOpenApiVO
NewLicenseAutoRenewOpenApiVOWithDefaults instantiates a new LicenseAutoRenewOpenApiVO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetAutoRenew
func (o *LicenseAutoRenewOpenApiVO) GetAutoRenew() bool
GetAutoRenew returns the AutoRenew field if non-nil, zero value otherwise.
GetAutoRenewOk
func (o *LicenseAutoRenewOpenApiVO) GetAutoRenewOk() (*bool, bool)
GetAutoRenewOk returns a tuple with the AutoRenew field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAutoRenew
func (o *LicenseAutoRenewOpenApiVO) SetAutoRenew(v bool)
SetAutoRenew sets AutoRenew field to given value.