Name | Type | Description | Notes |
---|---|---|---|
InternalUsers | int32 | ||
ExternalUsers | int32 | ||
Status | LicenseSummaryStatusEnum | ||
LatestValid | time.Time | ||
LicenseFlags | []LicenseFlagsEnum |
func NewLicenseSummary(internalUsers int32, externalUsers int32, status LicenseSummaryStatusEnum, latestValid time.Time, licenseFlags []LicenseFlagsEnum, ) *LicenseSummary
NewLicenseSummary instantiates a new LicenseSummary 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
func NewLicenseSummaryWithDefaults() *LicenseSummary
NewLicenseSummaryWithDefaults instantiates a new LicenseSummary 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
func (o *LicenseSummary) GetInternalUsers() int32
GetInternalUsers returns the InternalUsers field if non-nil, zero value otherwise.
func (o *LicenseSummary) GetInternalUsersOk() (*int32, bool)
GetInternalUsersOk returns a tuple with the InternalUsers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LicenseSummary) SetInternalUsers(v int32)
SetInternalUsers sets InternalUsers field to given value.
func (o *LicenseSummary) GetExternalUsers() int32
GetExternalUsers returns the ExternalUsers field if non-nil, zero value otherwise.
func (o *LicenseSummary) GetExternalUsersOk() (*int32, bool)
GetExternalUsersOk returns a tuple with the ExternalUsers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LicenseSummary) SetExternalUsers(v int32)
SetExternalUsers sets ExternalUsers field to given value.
func (o *LicenseSummary) GetStatus() LicenseSummaryStatusEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *LicenseSummary) GetStatusOk() (*LicenseSummaryStatusEnum, 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.
func (o *LicenseSummary) SetStatus(v LicenseSummaryStatusEnum)
SetStatus sets Status field to given value.
func (o *LicenseSummary) GetLatestValid() time.Time
GetLatestValid returns the LatestValid field if non-nil, zero value otherwise.
func (o *LicenseSummary) GetLatestValidOk() (*time.Time, bool)
GetLatestValidOk returns a tuple with the LatestValid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LicenseSummary) SetLatestValid(v time.Time)
SetLatestValid sets LatestValid field to given value.
func (o *LicenseSummary) GetLicenseFlags() []LicenseFlagsEnum
GetLicenseFlags returns the LicenseFlags field if non-nil, zero value otherwise.
func (o *LicenseSummary) GetLicenseFlagsOk() (*[]LicenseFlagsEnum, bool)
GetLicenseFlagsOk returns a tuple with the LicenseFlags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LicenseSummary) SetLicenseFlags(v []LicenseFlagsEnum)
SetLicenseFlags sets LicenseFlags field to given value.