Name | Type | Description | Notes |
---|---|---|---|
CreationDate | int64 | ||
Name | string | ||
UniversePaused | bool | ||
UpdateInProgress | bool | ||
UpdateSucceeded | bool | ||
Uuid | string |
func NewUniverseDetailSubset(creationDate int64, name string, universePaused bool, updateInProgress bool, updateSucceeded bool, uuid string, ) *UniverseDetailSubset
NewUniverseDetailSubset instantiates a new UniverseDetailSubset 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 NewUniverseDetailSubsetWithDefaults() *UniverseDetailSubset
NewUniverseDetailSubsetWithDefaults instantiates a new UniverseDetailSubset 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 *UniverseDetailSubset) GetCreationDate() int64
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *UniverseDetailSubset) GetCreationDateOk() (*int64, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseDetailSubset) SetCreationDate(v int64)
SetCreationDate sets CreationDate field to given value.
func (o *UniverseDetailSubset) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UniverseDetailSubset) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseDetailSubset) SetName(v string)
SetName sets Name field to given value.
func (o *UniverseDetailSubset) GetUniversePaused() bool
GetUniversePaused returns the UniversePaused field if non-nil, zero value otherwise.
func (o *UniverseDetailSubset) GetUniversePausedOk() (*bool, bool)
GetUniversePausedOk returns a tuple with the UniversePaused field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseDetailSubset) SetUniversePaused(v bool)
SetUniversePaused sets UniversePaused field to given value.
func (o *UniverseDetailSubset) GetUpdateInProgress() bool
GetUpdateInProgress returns the UpdateInProgress field if non-nil, zero value otherwise.
func (o *UniverseDetailSubset) GetUpdateInProgressOk() (*bool, bool)
GetUpdateInProgressOk returns a tuple with the UpdateInProgress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseDetailSubset) SetUpdateInProgress(v bool)
SetUpdateInProgress sets UpdateInProgress field to given value.
func (o *UniverseDetailSubset) GetUpdateSucceeded() bool
GetUpdateSucceeded returns the UpdateSucceeded field if non-nil, zero value otherwise.
func (o *UniverseDetailSubset) GetUpdateSucceededOk() (*bool, bool)
GetUpdateSucceededOk returns a tuple with the UpdateSucceeded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseDetailSubset) SetUpdateSucceeded(v bool)
SetUpdateSucceeded sets UpdateSucceeded field to given value.
func (o *UniverseDetailSubset) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *UniverseDetailSubset) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseDetailSubset) SetUuid(v string)
SetUuid sets Uuid field to given value.