AdminReloadLicenseResponse
AdminReloadLicenseResponse documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Status | Pointer to string | [optional] | |
| Message | Pointer to string | [optional] | |
| ActiveLicense | Pointer to ActiveLicenseMetadata | [optional] |
Methods
NewAdminReloadLicenseResponse
func NewAdminReloadLicenseResponse() *AdminReloadLicenseResponse
NewAdminReloadLicenseResponse instantiates a new AdminReloadLicenseResponse 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
NewAdminReloadLicenseResponseWithDefaults
func NewAdminReloadLicenseResponseWithDefaults() *AdminReloadLicenseResponse
NewAdminReloadLicenseResponseWithDefaults instantiates a new AdminReloadLicenseResponse 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
GetStatus
func (o *AdminReloadLicenseResponse) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *AdminReloadLicenseResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatus
func (o *AdminReloadLicenseResponse) SetStatus(v string)
SetStatus sets Status field to given value.
HasStatus
func (o *AdminReloadLicenseResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
GetMessage
func (o *AdminReloadLicenseResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
GetMessageOk
func (o *AdminReloadLicenseResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMessage
func (o *AdminReloadLicenseResponse) SetMessage(v string)
SetMessage sets Message field to given value.
HasMessage
func (o *AdminReloadLicenseResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
GetActiveLicense
func (o *AdminReloadLicenseResponse) GetActiveLicense() ActiveLicenseMetadata
GetActiveLicense returns the ActiveLicense field if non-nil, zero value otherwise.
GetActiveLicenseOk
func (o *AdminReloadLicenseResponse) GetActiveLicenseOk() (*ActiveLicenseMetadata, bool)
GetActiveLicenseOk returns a tuple with the ActiveLicense field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetActiveLicense
func (o *AdminReloadLicenseResponse) SetActiveLicense(v ActiveLicenseMetadata)
SetActiveLicense sets ActiveLicense field to given value.
HasActiveLicense
func (o *AdminReloadLicenseResponse) HasActiveLicense() bool
HasActiveLicense returns a boolean if a field has been set.