Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | time.Time | The time with zone when the object was created | |
Guid | string | Unique identifier for the app | |
Lifecycle | AppLifecycle | ||
Links | AppLinks | ||
Metadata | V3AppsGuidTasksPostRequestMetadata | ||
Name | string | Name of the app | |
Relationships | AppRelationships | ||
State | string | Current desired state of the app | |
UpdatedAt | time.Time | The time with zone when the object was last updated |
func NewApp(createdAt time.Time, guid string, lifecycle AppLifecycle, links AppLinks, metadata V3AppsGuidTasksPostRequestMetadata, name string, relationships AppRelationships, state string, updatedAt time.Time, ) *App
NewApp instantiates a new App 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 NewAppWithDefaults() *App
NewAppWithDefaults instantiates a new App 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 *App) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *App) 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 *App) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *App) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *App) 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 *App) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *App) GetLifecycle() AppLifecycle
GetLifecycle returns the Lifecycle field if non-nil, zero value otherwise.
func (o *App) GetLifecycleOk() (*AppLifecycle, bool)
GetLifecycleOk returns a tuple with the Lifecycle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *App) SetLifecycle(v AppLifecycle)
SetLifecycle sets Lifecycle field to given value.
func (o *App) GetLinks() AppLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *App) GetLinksOk() (*AppLinks, 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 *App) SetLinks(v AppLinks)
SetLinks sets Links field to given value.
func (o *App) GetMetadata() V3AppsGuidTasksPostRequestMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *App) 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 *App) SetMetadata(v V3AppsGuidTasksPostRequestMetadata)
SetMetadata sets Metadata field to given value.
func (o *App) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *App) 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 *App) SetName(v string)
SetName sets Name field to given value.
func (o *App) GetRelationships() AppRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *App) GetRelationshipsOk() (*AppRelationships, 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 *App) SetRelationships(v AppRelationships)
SetRelationships sets Relationships field to given value.
func (o *App) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *App) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *App) SetState(v string)
SetState sets State field to given value.
func (o *App) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *App) 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 *App) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.