Name | Type | Description | Notes |
---|---|---|---|
Lifecycle | Pointer to V3AppsGuidPatchRequestLifecycle | [optional] | |
Metadata | Pointer to V3AppsGuidPatchRequestMetadata | [optional] | |
Name | Pointer to string | Name of the app | [optional] |
func NewV3AppsGuidPatchRequest() *V3AppsGuidPatchRequest
NewV3AppsGuidPatchRequest instantiates a new V3AppsGuidPatchRequest 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 NewV3AppsGuidPatchRequestWithDefaults() *V3AppsGuidPatchRequest
NewV3AppsGuidPatchRequestWithDefaults instantiates a new V3AppsGuidPatchRequest 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 *V3AppsGuidPatchRequest) GetLifecycle() V3AppsGuidPatchRequestLifecycle
GetLifecycle returns the Lifecycle field if non-nil, zero value otherwise.
func (o *V3AppsGuidPatchRequest) GetLifecycleOk() (*V3AppsGuidPatchRequestLifecycle, 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 *V3AppsGuidPatchRequest) SetLifecycle(v V3AppsGuidPatchRequestLifecycle)
SetLifecycle sets Lifecycle field to given value.
func (o *V3AppsGuidPatchRequest) HasLifecycle() bool
HasLifecycle returns a boolean if a field has been set.
func (o *V3AppsGuidPatchRequest) GetMetadata() V3AppsGuidPatchRequestMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *V3AppsGuidPatchRequest) GetMetadataOk() (*V3AppsGuidPatchRequestMetadata, 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 *V3AppsGuidPatchRequest) SetMetadata(v V3AppsGuidPatchRequestMetadata)
SetMetadata sets Metadata field to given value.
func (o *V3AppsGuidPatchRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *V3AppsGuidPatchRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V3AppsGuidPatchRequest) 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 *V3AppsGuidPatchRequest) SetName(v string)
SetName sets Name field to given value.
func (o *V3AppsGuidPatchRequest) HasName() bool
HasName returns a boolean if a field has been set.