Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | Pointer to time.Time | [optional] | |
Deployable | Pointer to bool | [optional] | |
Description | Pointer to string | [optional] | |
Droplet | Pointer to V3AppsPostRequestRelationshipsSpaceData | [optional] | |
Guid | Pointer to string | [optional] | |
Links | Pointer to RevisionLinks | [optional] | |
Metadata | Pointer to V3AppsGuidTasksPostRequestMetadata | [optional] | |
Processes | Pointer to map[string]RevisionProcessesValue | [optional] | |
Relationships | Pointer to V3AppsGuidDropletsCurrentGet200ResponseRelationships | [optional] | |
Sidecars | Pointer to []Sidecar | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] | |
Version | Pointer to int32 | [optional] |
func NewRevision() *Revision
NewRevision instantiates a new Revision 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 NewRevisionWithDefaults() *Revision
NewRevisionWithDefaults instantiates a new Revision 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 *Revision) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Revision) 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.
func (o *Revision) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *Revision) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Revision) GetDeployable() bool
GetDeployable returns the Deployable field if non-nil, zero value otherwise.
func (o *Revision) GetDeployableOk() (*bool, bool)
GetDeployableOk returns a tuple with the Deployable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) SetDeployable(v bool)
SetDeployable sets Deployable field to given value.
func (o *Revision) HasDeployable() bool
HasDeployable returns a boolean if a field has been set.
func (o *Revision) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Revision) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Revision) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Revision) GetDroplet() V3AppsPostRequestRelationshipsSpaceData
GetDroplet returns the Droplet field if non-nil, zero value otherwise.
func (o *Revision) GetDropletOk() (*V3AppsPostRequestRelationshipsSpaceData, bool)
GetDropletOk returns a tuple with the Droplet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) SetDroplet(v V3AppsPostRequestRelationshipsSpaceData)
SetDroplet sets Droplet field to given value.
func (o *Revision) HasDroplet() bool
HasDroplet returns a boolean if a field has been set.
func (o *Revision) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *Revision) 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.
func (o *Revision) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *Revision) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *Revision) GetLinks() RevisionLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Revision) GetLinksOk() (*RevisionLinks, 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.
func (o *Revision) SetLinks(v RevisionLinks)
SetLinks sets Links field to given value.
func (o *Revision) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *Revision) GetMetadata() V3AppsGuidTasksPostRequestMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *Revision) GetMetadataOk() (*V3AppsGuidTasksPostRequestMetadata, 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.
func (o *Revision) SetMetadata(v V3AppsGuidTasksPostRequestMetadata)
SetMetadata sets Metadata field to given value.
func (o *Revision) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *Revision) GetProcesses() map[string]RevisionProcessesValue
GetProcesses returns the Processes field if non-nil, zero value otherwise.
func (o *Revision) GetProcessesOk() (*map[string]RevisionProcessesValue, bool)
GetProcessesOk returns a tuple with the Processes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) SetProcesses(v map[string]RevisionProcessesValue)
SetProcesses sets Processes field to given value.
func (o *Revision) HasProcesses() bool
HasProcesses returns a boolean if a field has been set.
func (o *Revision) GetRelationships() V3AppsGuidDropletsCurrentGet200ResponseRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *Revision) GetRelationshipsOk() (*V3AppsGuidDropletsCurrentGet200ResponseRelationships, 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.
func (o *Revision) SetRelationships(v V3AppsGuidDropletsCurrentGet200ResponseRelationships)
SetRelationships sets Relationships field to given value.
func (o *Revision) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *Revision) GetSidecars() []Sidecar
GetSidecars returns the Sidecars field if non-nil, zero value otherwise.
func (o *Revision) GetSidecarsOk() (*[]Sidecar, bool)
GetSidecarsOk returns a tuple with the Sidecars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) SetSidecars(v []Sidecar)
SetSidecars sets Sidecars field to given value.
func (o *Revision) HasSidecars() bool
HasSidecars returns a boolean if a field has been set.
func (o *Revision) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Revision) 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.
func (o *Revision) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Revision) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *Revision) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Revision) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *Revision) HasVersion() bool
HasVersion returns a boolean if a field has been set.