| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | name is case insensitive | |
| Cluster | Pointer to string | [optional] | |
| Mode | Pointer to CreateEnvironmentModeEnum | [optional] |
func NewCreateEnvironmentRequest(name string, ) *CreateEnvironmentRequest
NewCreateEnvironmentRequest instantiates a new CreateEnvironmentRequest 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 NewCreateEnvironmentRequestWithDefaults() *CreateEnvironmentRequest
NewCreateEnvironmentRequestWithDefaults instantiates a new CreateEnvironmentRequest 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 *CreateEnvironmentRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateEnvironmentRequest) 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 *CreateEnvironmentRequest) SetName(v string)
SetName sets Name field to given value.
func (o *CreateEnvironmentRequest) GetCluster() string
GetCluster returns the Cluster field if non-nil, zero value otherwise.
func (o *CreateEnvironmentRequest) GetClusterOk() (*string, bool)
GetClusterOk returns a tuple with the Cluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEnvironmentRequest) SetCluster(v string)
SetCluster sets Cluster field to given value.
func (o *CreateEnvironmentRequest) HasCluster() bool
HasCluster returns a boolean if a field has been set.
func (o *CreateEnvironmentRequest) GetMode() CreateEnvironmentModeEnum
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *CreateEnvironmentRequest) GetModeOk() (*CreateEnvironmentModeEnum, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEnvironmentRequest) SetMode(v CreateEnvironmentModeEnum)
SetMode sets Mode field to given value.
func (o *CreateEnvironmentRequest) HasMode() bool
HasMode returns a boolean if a field has been set.