Skip to content

LicenseAutoActiveOpenApiVO

Properties

Name Type Description Notes
AutoActive bool

Methods

NewLicenseAutoActiveOpenApiVO

func NewLicenseAutoActiveOpenApiVO(autoActive bool, ) *LicenseAutoActiveOpenApiVO

NewLicenseAutoActiveOpenApiVO instantiates a new LicenseAutoActiveOpenApiVO 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

NewLicenseAutoActiveOpenApiVOWithDefaults

func NewLicenseAutoActiveOpenApiVOWithDefaults() *LicenseAutoActiveOpenApiVO

NewLicenseAutoActiveOpenApiVOWithDefaults instantiates a new LicenseAutoActiveOpenApiVO 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

GetAutoActive

func (o *LicenseAutoActiveOpenApiVO) GetAutoActive() bool

GetAutoActive returns the AutoActive field if non-nil, zero value otherwise.

GetAutoActiveOk

func (o *LicenseAutoActiveOpenApiVO) GetAutoActiveOk() (*bool, bool)

GetAutoActiveOk returns a tuple with the AutoActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAutoActive

func (o *LicenseAutoActiveOpenApiVO) SetAutoActive(v bool)

SetAutoActive sets AutoActive field to given value.

[Back to Model list] [Back to API list] [Back to README]