Name | Type | Description | Notes |
---|---|---|---|
BuildRootfsImage | Pointer to string | [optional] | |
CreatedAt | Pointer to time.Time | [optional] | |
Default | Pointer to bool | [optional] | |
Description | Pointer to string | [optional] | |
Guid | Pointer to string | [optional] | |
Links | Pointer to ServiceUsageEventLinks | [optional] | |
Metadata | Pointer to V3AppsGuidTasksPostRequestMetadata | [optional] | |
Name | Pointer to string | [optional] | |
RunRootfsImage | Pointer to string | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] |
func NewStack() *Stack
NewStack instantiates a new Stack 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 NewStackWithDefaults() *Stack
NewStackWithDefaults instantiates a new Stack 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 *Stack) GetBuildRootfsImage() string
GetBuildRootfsImage returns the BuildRootfsImage field if non-nil, zero value otherwise.
func (o *Stack) GetBuildRootfsImageOk() (*string, bool)
GetBuildRootfsImageOk returns a tuple with the BuildRootfsImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Stack) SetBuildRootfsImage(v string)
SetBuildRootfsImage sets BuildRootfsImage field to given value.
func (o *Stack) HasBuildRootfsImage() bool
HasBuildRootfsImage returns a boolean if a field has been set.
func (o *Stack) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Stack) 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 *Stack) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *Stack) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Stack) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *Stack) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Stack) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *Stack) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *Stack) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Stack) 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 *Stack) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Stack) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Stack) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *Stack) 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 *Stack) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *Stack) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *Stack) GetLinks() ServiceUsageEventLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Stack) GetLinksOk() (*ServiceUsageEventLinks, 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 *Stack) SetLinks(v ServiceUsageEventLinks)
SetLinks sets Links field to given value.
func (o *Stack) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *Stack) GetMetadata() V3AppsGuidTasksPostRequestMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *Stack) 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 *Stack) SetMetadata(v V3AppsGuidTasksPostRequestMetadata)
SetMetadata sets Metadata field to given value.
func (o *Stack) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *Stack) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Stack) 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 *Stack) SetName(v string)
SetName sets Name field to given value.
func (o *Stack) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Stack) GetRunRootfsImage() string
GetRunRootfsImage returns the RunRootfsImage field if non-nil, zero value otherwise.
func (o *Stack) GetRunRootfsImageOk() (*string, bool)
GetRunRootfsImageOk returns a tuple with the RunRootfsImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Stack) SetRunRootfsImage(v string)
SetRunRootfsImage sets RunRootfsImage field to given value.
func (o *Stack) HasRunRootfsImage() bool
HasRunRootfsImage returns a boolean if a field has been set.
func (o *Stack) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Stack) 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 *Stack) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Stack) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.