UsedLicenseDetailOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ExpirationTime | Pointer to int64 | License expiration time, unit: ms | [optional] |
| LicenseId | Pointer to string | License key | [optional] |
Methods
NewUsedLicenseDetailOpenApiVO
func NewUsedLicenseDetailOpenApiVO() *UsedLicenseDetailOpenApiVO
NewUsedLicenseDetailOpenApiVO instantiates a new UsedLicenseDetailOpenApiVO 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
NewUsedLicenseDetailOpenApiVOWithDefaults
func NewUsedLicenseDetailOpenApiVOWithDefaults() *UsedLicenseDetailOpenApiVO
NewUsedLicenseDetailOpenApiVOWithDefaults instantiates a new UsedLicenseDetailOpenApiVO 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
GetExpirationTime
func (o *UsedLicenseDetailOpenApiVO) GetExpirationTime() int64
GetExpirationTime returns the ExpirationTime field if non-nil, zero value otherwise.
GetExpirationTimeOk
func (o *UsedLicenseDetailOpenApiVO) GetExpirationTimeOk() (*int64, bool)
GetExpirationTimeOk returns a tuple with the ExpirationTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetExpirationTime
func (o *UsedLicenseDetailOpenApiVO) SetExpirationTime(v int64)
SetExpirationTime sets ExpirationTime field to given value.
HasExpirationTime
func (o *UsedLicenseDetailOpenApiVO) HasExpirationTime() bool
HasExpirationTime returns a boolean if a field has been set.
GetLicenseId
func (o *UsedLicenseDetailOpenApiVO) GetLicenseId() string
GetLicenseId returns the LicenseId field if non-nil, zero value otherwise.
GetLicenseIdOk
func (o *UsedLicenseDetailOpenApiVO) GetLicenseIdOk() (*string, bool)
GetLicenseIdOk returns a tuple with the LicenseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLicenseId
func (o *UsedLicenseDetailOpenApiVO) SetLicenseId(v string)
SetLicenseId sets LicenseId field to given value.
HasLicenseId
func (o *UsedLicenseDetailOpenApiVO) HasLicenseId() bool
HasLicenseId returns a boolean if a field has been set.