| Name | Type | Description | Notes |
|---|---|---|---|
| App | Pointer to string | Application name | [optional] |
| Env | Pointer to string | Environment name | [optional] |
| Container | Pointer to string | Container name | [optional] |
| Port | Pointer to int32 | Container port | [optional] |
func NewV2RuleProxyActionQuantCloudSelection() *V2RuleProxyActionQuantCloudSelection
NewV2RuleProxyActionQuantCloudSelection instantiates a new V2RuleProxyActionQuantCloudSelection 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 NewV2RuleProxyActionQuantCloudSelectionWithDefaults() *V2RuleProxyActionQuantCloudSelection
NewV2RuleProxyActionQuantCloudSelectionWithDefaults instantiates a new V2RuleProxyActionQuantCloudSelection 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 *V2RuleProxyActionQuantCloudSelection) GetApp() string
GetApp returns the App field if non-nil, zero value otherwise.
func (o *V2RuleProxyActionQuantCloudSelection) GetAppOk() (*string, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2RuleProxyActionQuantCloudSelection) SetApp(v string)
SetApp sets App field to given value.
func (o *V2RuleProxyActionQuantCloudSelection) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *V2RuleProxyActionQuantCloudSelection) GetEnv() string
GetEnv returns the Env field if non-nil, zero value otherwise.
func (o *V2RuleProxyActionQuantCloudSelection) GetEnvOk() (*string, bool)
GetEnvOk returns a tuple with the Env field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2RuleProxyActionQuantCloudSelection) SetEnv(v string)
SetEnv sets Env field to given value.
func (o *V2RuleProxyActionQuantCloudSelection) HasEnv() bool
HasEnv returns a boolean if a field has been set.
func (o *V2RuleProxyActionQuantCloudSelection) GetContainer() string
GetContainer returns the Container field if non-nil, zero value otherwise.
func (o *V2RuleProxyActionQuantCloudSelection) GetContainerOk() (*string, bool)
GetContainerOk returns a tuple with the Container field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2RuleProxyActionQuantCloudSelection) SetContainer(v string)
SetContainer sets Container field to given value.
func (o *V2RuleProxyActionQuantCloudSelection) HasContainer() bool
HasContainer returns a boolean if a field has been set.
func (o *V2RuleProxyActionQuantCloudSelection) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *V2RuleProxyActionQuantCloudSelection) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2RuleProxyActionQuantCloudSelection) SetPort(v int32)
SetPort sets Port field to given value.
func (o *V2RuleProxyActionQuantCloudSelection) HasPort() bool
HasPort returns a boolean if a field has been set.