Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.26 KB

V3AppsGuidPatchRequest.md

File metadata and controls

108 lines (59 loc) · 3.26 KB

V3AppsGuidPatchRequest

Properties

Name Type Description Notes
Lifecycle Pointer to V3AppsGuidPatchRequestLifecycle [optional]
Metadata Pointer to V3AppsGuidPatchRequestMetadata [optional]
Name Pointer to string Name of the app [optional]

Methods

NewV3AppsGuidPatchRequest

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

NewV3AppsGuidPatchRequestWithDefaults

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

GetLifecycle

func (o *V3AppsGuidPatchRequest) GetLifecycle() V3AppsGuidPatchRequestLifecycle

GetLifecycle returns the Lifecycle field if non-nil, zero value otherwise.

GetLifecycleOk

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.

SetLifecycle

func (o *V3AppsGuidPatchRequest) SetLifecycle(v V3AppsGuidPatchRequestLifecycle)

SetLifecycle sets Lifecycle field to given value.

HasLifecycle

func (o *V3AppsGuidPatchRequest) HasLifecycle() bool

HasLifecycle returns a boolean if a field has been set.

GetMetadata

func (o *V3AppsGuidPatchRequest) GetMetadata() V3AppsGuidPatchRequestMetadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

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.

SetMetadata

func (o *V3AppsGuidPatchRequest) SetMetadata(v V3AppsGuidPatchRequestMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *V3AppsGuidPatchRequest) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetName

func (o *V3AppsGuidPatchRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *V3AppsGuidPatchRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *V3AppsGuidPatchRequest) HasName() bool

HasName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]