Skip to content

LicenseAssignmentOpenApiVO

Properties

Name Type Description Notes
CustomerId string Customer ID
LicenseNum []LicenseNumOpenApiVO License num
Others LicenseOthersIdsOpenApiVO

Methods

NewLicenseAssignmentOpenApiVO

func NewLicenseAssignmentOpenApiVO(customerId string, licenseNum []LicenseNumOpenApiVO, others LicenseOthersIdsOpenApiVO, ) *LicenseAssignmentOpenApiVO

NewLicenseAssignmentOpenApiVO instantiates a new LicenseAssignmentOpenApiVO 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

NewLicenseAssignmentOpenApiVOWithDefaults

func NewLicenseAssignmentOpenApiVOWithDefaults() *LicenseAssignmentOpenApiVO

NewLicenseAssignmentOpenApiVOWithDefaults instantiates a new LicenseAssignmentOpenApiVO 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

GetCustomerId

func (o *LicenseAssignmentOpenApiVO) GetCustomerId() string

GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.

GetCustomerIdOk

func (o *LicenseAssignmentOpenApiVO) GetCustomerIdOk() (*string, bool)

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

SetCustomerId

func (o *LicenseAssignmentOpenApiVO) SetCustomerId(v string)

SetCustomerId sets CustomerId field to given value.

GetLicenseNum

func (o *LicenseAssignmentOpenApiVO) GetLicenseNum() []LicenseNumOpenApiVO

GetLicenseNum returns the LicenseNum field if non-nil, zero value otherwise.

GetLicenseNumOk

func (o *LicenseAssignmentOpenApiVO) 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 *LicenseAssignmentOpenApiVO) SetLicenseNum(v []LicenseNumOpenApiVO)

SetLicenseNum sets LicenseNum field to given value.

GetOthers

func (o *LicenseAssignmentOpenApiVO) GetOthers() LicenseOthersIdsOpenApiVO

GetOthers returns the Others field if non-nil, zero value otherwise.

GetOthersOk

func (o *LicenseAssignmentOpenApiVO) GetOthersOk() (*LicenseOthersIdsOpenApiVO, bool)

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

SetOthers

func (o *LicenseAssignmentOpenApiVO) SetOthers(v LicenseOthersIdsOpenApiVO)

SetOthers sets Others field to given value.

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