Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | Description of the stack; must be no longer than 250 characters | [optional] |
Metadata | Pointer to V3AppsGuidTasksPostRequestMetadata | [optional] | |
Name | string | Name of the stack; must be unique and no longer than 250 characters |
func NewV3StacksPostRequest(name string, ) *V3StacksPostRequest
NewV3StacksPostRequest instantiates a new V3StacksPostRequest 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 NewV3StacksPostRequestWithDefaults() *V3StacksPostRequest
NewV3StacksPostRequestWithDefaults instantiates a new V3StacksPostRequest 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 *V3StacksPostRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *V3StacksPostRequest) 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 *V3StacksPostRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *V3StacksPostRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *V3StacksPostRequest) GetMetadata() V3AppsGuidTasksPostRequestMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *V3StacksPostRequest) 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 *V3StacksPostRequest) SetMetadata(v V3AppsGuidTasksPostRequestMetadata)
SetMetadata sets Metadata field to given value.
func (o *V3StacksPostRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *V3StacksPostRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V3StacksPostRequest) 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 *V3StacksPostRequest) SetName(v string)
SetName sets Name field to given value.