Name | Type | Description | Notes |
---|---|---|---|
Errors | Pointer to []V0037Error | slurm errors | [optional] |
Partitions | Pointer to []V0037Partition | partition info | [optional] |
func NewV0037PartitionsResponse() *V0037PartitionsResponse
NewV0037PartitionsResponse instantiates a new V0037PartitionsResponse 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 NewV0037PartitionsResponseWithDefaults() *V0037PartitionsResponse
NewV0037PartitionsResponseWithDefaults instantiates a new V0037PartitionsResponse 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 *V0037PartitionsResponse) GetErrors() []V0037Error
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *V0037PartitionsResponse) GetErrorsOk() (*[]V0037Error, 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 *V0037PartitionsResponse) SetErrors(v []V0037Error)
SetErrors sets Errors field to given value.
func (o *V0037PartitionsResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *V0037PartitionsResponse) GetPartitions() []V0037Partition
GetPartitions returns the Partitions field if non-nil, zero value otherwise.
func (o *V0037PartitionsResponse) GetPartitionsOk() (*[]V0037Partition, bool)
GetPartitionsOk returns a tuple with the Partitions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0037PartitionsResponse) SetPartitions(v []V0037Partition)
SetPartitions sets Partitions field to given value.
func (o *V0037PartitionsResponse) HasPartitions() bool
HasPartitions returns a boolean if a field has been set.