Name | Type | Description | Notes |
---|---|---|---|
Meta | Pointer to V0039Meta | [optional] | |
Errors | Pointer to []V0039Error | Slurm errors | [optional] |
Warnings | Pointer to []V0039Warning | Slurm warnings | [optional] |
Licenses | Pointer to []V0039License | [optional] |
func NewV0039LicensesInfo() *V0039LicensesInfo
NewV0039LicensesInfo instantiates a new V0039LicensesInfo 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 NewV0039LicensesInfoWithDefaults() *V0039LicensesInfo
NewV0039LicensesInfoWithDefaults instantiates a new V0039LicensesInfo 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 *V0039LicensesInfo) GetMeta() V0039Meta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *V0039LicensesInfo) GetMetaOk() (*V0039Meta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039LicensesInfo) SetMeta(v V0039Meta)
SetMeta sets Meta field to given value.
func (o *V0039LicensesInfo) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *V0039LicensesInfo) GetErrors() []V0039Error
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *V0039LicensesInfo) GetErrorsOk() (*[]V0039Error, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039LicensesInfo) SetErrors(v []V0039Error)
SetErrors sets Errors field to given value.
func (o *V0039LicensesInfo) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0039LicensesInfo) GetWarnings() []V0039Warning
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *V0039LicensesInfo) GetWarningsOk() (*[]V0039Warning, bool)
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039LicensesInfo) SetWarnings(v []V0039Warning)
SetWarnings sets Warnings field to given value.
func (o *V0039LicensesInfo) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.
func (o *V0039LicensesInfo) GetLicenses() []V0039License
GetLicenses returns the Licenses field if non-nil, zero value otherwise.
func (o *V0039LicensesInfo) GetLicensesOk() (*[]V0039License, bool)
GetLicensesOk returns a tuple with the Licenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039LicensesInfo) SetLicenses(v []V0039License)
SetLicenses sets Licenses field to given value.
func (o *V0039LicensesInfo) HasLicenses() bool
HasLicenses returns a boolean if a field has been set.