Name | Type | Description | Notes |
---|---|---|---|
Command | Pointer to string | [optional] | |
MemoryInMb | Pointer to int32 | [optional] | |
Name | Pointer to string | [optional] | |
ProcessTypes | Pointer to []string | [optional] |
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
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
func (o *V3SidecarsGuidPatchRequest) GetCommand() string
GetCommand returns the Command field if non-nil, zero value otherwise.
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.
func (o *V3SidecarsGuidPatchRequest) SetCommand(v string)
SetCommand sets Command field to given value.
func (o *V3SidecarsGuidPatchRequest) HasCommand() bool
HasCommand returns a boolean if a field has been set.
func (o *V3SidecarsGuidPatchRequest) GetMemoryInMb() int32
GetMemoryInMb returns the MemoryInMb field if non-nil, zero value otherwise.
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.
func (o *V3SidecarsGuidPatchRequest) SetMemoryInMb(v int32)
SetMemoryInMb sets MemoryInMb field to given value.
func (o *V3SidecarsGuidPatchRequest) HasMemoryInMb() bool
HasMemoryInMb returns a boolean if a field has been set.
func (o *V3SidecarsGuidPatchRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *V3SidecarsGuidPatchRequest) SetName(v string)
SetName sets Name field to given value.
func (o *V3SidecarsGuidPatchRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *V3SidecarsGuidPatchRequest) GetProcessTypes() []string
GetProcessTypes returns the ProcessTypes field if non-nil, zero value otherwise.
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.
func (o *V3SidecarsGuidPatchRequest) SetProcessTypes(v []string)
SetProcessTypes sets ProcessTypes field to given value.
func (o *V3SidecarsGuidPatchRequest) HasProcessTypes() bool
HasProcessTypes returns a boolean if a field has been set.