Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Mode | Pointer to CreateEnvironmentModeEnum | [optional] |
func NewEnvironmentEditRequest() *EnvironmentEditRequest
NewEnvironmentEditRequest instantiates a new EnvironmentEditRequest 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 NewEnvironmentEditRequestWithDefaults() *EnvironmentEditRequest
NewEnvironmentEditRequestWithDefaults instantiates a new EnvironmentEditRequest 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 *EnvironmentEditRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *EnvironmentEditRequest) 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 *EnvironmentEditRequest) SetName(v string)
SetName sets Name field to given value.
func (o *EnvironmentEditRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *EnvironmentEditRequest) GetMode() CreateEnvironmentModeEnum
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *EnvironmentEditRequest) 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 *EnvironmentEditRequest) SetMode(v CreateEnvironmentModeEnum)
SetMode sets Mode field to given value.
func (o *EnvironmentEditRequest) HasMode() bool
HasMode returns a boolean if a field has been set.