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