LicenseCategoryOtherIdsOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LicenseKeyList | Pointer to []string | License key list | [optional] |
| SelectAll | Pointer to bool | Select all used license | [optional] |
| Total | Pointer to int32 | Total select used license | [optional] |
Methods
NewLicenseCategoryOtherIdsOpenApiVO
func NewLicenseCategoryOtherIdsOpenApiVO() *LicenseCategoryOtherIdsOpenApiVO
NewLicenseCategoryOtherIdsOpenApiVO instantiates a new LicenseCategoryOtherIdsOpenApiVO 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
NewLicenseCategoryOtherIdsOpenApiVOWithDefaults
func NewLicenseCategoryOtherIdsOpenApiVOWithDefaults() *LicenseCategoryOtherIdsOpenApiVO
NewLicenseCategoryOtherIdsOpenApiVOWithDefaults instantiates a new LicenseCategoryOtherIdsOpenApiVO 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
GetLicenseKeyList
func (o *LicenseCategoryOtherIdsOpenApiVO) GetLicenseKeyList() []string
GetLicenseKeyList returns the LicenseKeyList field if non-nil, zero value otherwise.
GetLicenseKeyListOk
func (o *LicenseCategoryOtherIdsOpenApiVO) GetLicenseKeyListOk() (*[]string, bool)
GetLicenseKeyListOk returns a tuple with the LicenseKeyList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLicenseKeyList
func (o *LicenseCategoryOtherIdsOpenApiVO) SetLicenseKeyList(v []string)
SetLicenseKeyList sets LicenseKeyList field to given value.
HasLicenseKeyList
func (o *LicenseCategoryOtherIdsOpenApiVO) HasLicenseKeyList() bool
HasLicenseKeyList returns a boolean if a field has been set.
GetSelectAll
func (o *LicenseCategoryOtherIdsOpenApiVO) GetSelectAll() bool
GetSelectAll returns the SelectAll field if non-nil, zero value otherwise.
GetSelectAllOk
func (o *LicenseCategoryOtherIdsOpenApiVO) GetSelectAllOk() (*bool, bool)
GetSelectAllOk returns a tuple with the SelectAll field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSelectAll
func (o *LicenseCategoryOtherIdsOpenApiVO) SetSelectAll(v bool)
SetSelectAll sets SelectAll field to given value.
HasSelectAll
func (o *LicenseCategoryOtherIdsOpenApiVO) HasSelectAll() bool
HasSelectAll returns a boolean if a field has been set.
GetTotal
func (o *LicenseCategoryOtherIdsOpenApiVO) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
GetTotalOk
func (o *LicenseCategoryOtherIdsOpenApiVO) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotal
func (o *LicenseCategoryOtherIdsOpenApiVO) SetTotal(v int32)
SetTotal sets Total field to given value.
HasTotal
func (o *LicenseCategoryOtherIdsOpenApiVO) HasTotal() bool
HasTotal returns a boolean if a field has been set.