Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.82 KB

V3SidecarsGuidPatchRequest.md

File metadata and controls

134 lines (73 loc) · 3.82 KB

V3SidecarsGuidPatchRequest

Properties

Name Type Description Notes
Command Pointer to string [optional]
MemoryInMb Pointer to int32 [optional]
Name Pointer to string [optional]
ProcessTypes Pointer to []string [optional]

Methods

NewV3SidecarsGuidPatchRequest

func NewV3SidecarsGuidPatchRequest() *V3SidecarsGuidPatchRequest

NewV3SidecarsGuidPatchRequest instantiates a new V3SidecarsGuidPatchRequest 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

NewV3SidecarsGuidPatchRequestWithDefaults

func NewV3SidecarsGuidPatchRequestWithDefaults() *V3SidecarsGuidPatchRequest

NewV3SidecarsGuidPatchRequestWithDefaults instantiates a new V3SidecarsGuidPatchRequest 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

GetCommand

func (o *V3SidecarsGuidPatchRequest) GetCommand() string

GetCommand returns the Command field if non-nil, zero value otherwise.

GetCommandOk

func (o *V3SidecarsGuidPatchRequest) GetCommandOk() (*string, bool)

GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCommand

func (o *V3SidecarsGuidPatchRequest) SetCommand(v string)

SetCommand sets Command field to given value.

HasCommand

func (o *V3SidecarsGuidPatchRequest) HasCommand() bool

HasCommand returns a boolean if a field has been set.

GetMemoryInMb

func (o *V3SidecarsGuidPatchRequest) GetMemoryInMb() int32

GetMemoryInMb returns the MemoryInMb field if non-nil, zero value otherwise.

GetMemoryInMbOk

func (o *V3SidecarsGuidPatchRequest) GetMemoryInMbOk() (*int32, bool)

GetMemoryInMbOk returns a tuple with the MemoryInMb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMemoryInMb

func (o *V3SidecarsGuidPatchRequest) SetMemoryInMb(v int32)

SetMemoryInMb sets MemoryInMb field to given value.

HasMemoryInMb

func (o *V3SidecarsGuidPatchRequest) HasMemoryInMb() bool

HasMemoryInMb returns a boolean if a field has been set.

GetName

func (o *V3SidecarsGuidPatchRequest) GetName() string

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

GetNameOk

func (o *V3SidecarsGuidPatchRequest) 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 *V3SidecarsGuidPatchRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *V3SidecarsGuidPatchRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetProcessTypes

func (o *V3SidecarsGuidPatchRequest) GetProcessTypes() []string

GetProcessTypes returns the ProcessTypes field if non-nil, zero value otherwise.

GetProcessTypesOk

func (o *V3SidecarsGuidPatchRequest) GetProcessTypesOk() (*[]string, bool)

GetProcessTypesOk returns a tuple with the ProcessTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProcessTypes

func (o *V3SidecarsGuidPatchRequest) SetProcessTypes(v []string)

SetProcessTypes sets ProcessTypes field to given value.

HasProcessTypes

func (o *V3SidecarsGuidPatchRequest) HasProcessTypes() bool

HasProcessTypes returns a boolean if a field has been set.

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