LicenseAvailableRecycleOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LicenseNum | Pointer to []LicenseNumOpenApiVO | [optional] |
Methods
NewLicenseAvailableRecycleOpenApiVO
func NewLicenseAvailableRecycleOpenApiVO() *LicenseAvailableRecycleOpenApiVO
NewLicenseAvailableRecycleOpenApiVO instantiates a new LicenseAvailableRecycleOpenApiVO 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
NewLicenseAvailableRecycleOpenApiVOWithDefaults
func NewLicenseAvailableRecycleOpenApiVOWithDefaults() *LicenseAvailableRecycleOpenApiVO
NewLicenseAvailableRecycleOpenApiVOWithDefaults instantiates a new LicenseAvailableRecycleOpenApiVO 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
GetLicenseNum
func (o *LicenseAvailableRecycleOpenApiVO) GetLicenseNum() []LicenseNumOpenApiVO
GetLicenseNum returns the LicenseNum field if non-nil, zero value otherwise.
GetLicenseNumOk
func (o *LicenseAvailableRecycleOpenApiVO) GetLicenseNumOk() (*[]LicenseNumOpenApiVO, bool)
GetLicenseNumOk returns a tuple with the LicenseNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLicenseNum
func (o *LicenseAvailableRecycleOpenApiVO) SetLicenseNum(v []LicenseNumOpenApiVO)
SetLicenseNum sets LicenseNum field to given value.
HasLicenseNum
func (o *LicenseAvailableRecycleOpenApiVO) HasLicenseNum() bool
HasLicenseNum returns a boolean if a field has been set.