Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.33 KB

Space.md

File metadata and controls

212 lines (115 loc) · 5.33 KB

Space

Properties

Name Type Description Notes
CreatedAt Pointer to time.Time [optional]
Guid Pointer to string [optional]
Links Pointer to SpaceLinks [optional]
Metadata Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata [optional]
Name Pointer to string [optional]
Relationships Pointer to SpaceRelationships [optional]
UpdatedAt Pointer to time.Time [optional]

Methods

NewSpace

func NewSpace() *Space

NewSpace instantiates a new Space 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

NewSpaceWithDefaults

func NewSpaceWithDefaults() *Space

NewSpaceWithDefaults instantiates a new Space 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

GetCreatedAt

func (o *Space) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *Space) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *Space) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *Space) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetGuid

func (o *Space) GetGuid() string

GetGuid returns the Guid field if non-nil, zero value otherwise.

GetGuidOk

func (o *Space) GetGuidOk() (*string, bool)

GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGuid

func (o *Space) SetGuid(v string)

SetGuid sets Guid field to given value.

HasGuid

func (o *Space) HasGuid() bool

HasGuid returns a boolean if a field has been set.

GetLinks

func (o *Space) GetLinks() SpaceLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *Space) GetLinksOk() (*SpaceLinks, bool)

GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLinks

func (o *Space) SetLinks(v SpaceLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *Space) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetMetadata

func (o *Space) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *Space) GetMetadataOk() (*V3AppsGuidDropletsCurrentGet200ResponseMetadata, bool)

GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMetadata

func (o *Space) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *Space) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetName

func (o *Space) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *Space) 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.

SetName

func (o *Space) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Space) HasName() bool

HasName returns a boolean if a field has been set.

GetRelationships

func (o *Space) GetRelationships() SpaceRelationships

GetRelationships returns the Relationships field if non-nil, zero value otherwise.

GetRelationshipsOk

func (o *Space) GetRelationshipsOk() (*SpaceRelationships, bool)

GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRelationships

func (o *Space) SetRelationships(v SpaceRelationships)

SetRelationships sets Relationships field to given value.

HasRelationships

func (o *Space) HasRelationships() bool

HasRelationships returns a boolean if a field has been set.

GetUpdatedAt

func (o *Space) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *Space) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUpdatedAt

func (o *Space) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *Space) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]