Name | Type | Description | Notes |
---|---|---|---|
Name | string | The name of the Environment. | |
Color | Pointer to NullableString | The color of the Environment. RGB or HTML color codes are allowed. | [optional] |
Description | Pointer to NullableString | The description of the Environment. | [optional] |
Order | Pointer to NullableInt32 | The order of the Environment represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers. | [optional] |
func NewCreateEnvironmentModel(name string, ) *CreateEnvironmentModel
NewCreateEnvironmentModel instantiates a new CreateEnvironmentModel 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 NewCreateEnvironmentModelWithDefaults() *CreateEnvironmentModel
NewCreateEnvironmentModelWithDefaults instantiates a new CreateEnvironmentModel 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 *CreateEnvironmentModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateEnvironmentModel) 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 *CreateEnvironmentModel) SetName(v string)
SetName sets Name field to given value.
func (o *CreateEnvironmentModel) GetColor() string
GetColor returns the Color field if non-nil, zero value otherwise.
func (o *CreateEnvironmentModel) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEnvironmentModel) SetColor(v string)
SetColor sets Color field to given value.
func (o *CreateEnvironmentModel) HasColor() bool
HasColor returns a boolean if a field has been set.
func (o *CreateEnvironmentModel) SetColorNil(b bool)
SetColorNil sets the value for Color to be an explicit nil
func (o *CreateEnvironmentModel) UnsetColor()
UnsetColor ensures that no value is present for Color, not even an explicit nil
func (o *CreateEnvironmentModel) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateEnvironmentModel) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEnvironmentModel) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateEnvironmentModel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateEnvironmentModel) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *CreateEnvironmentModel) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *CreateEnvironmentModel) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *CreateEnvironmentModel) GetOrderOk() (*int32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateEnvironmentModel) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *CreateEnvironmentModel) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *CreateEnvironmentModel) SetOrderNil(b bool)
SetOrderNil sets the value for Order to be an explicit nil
func (o *CreateEnvironmentModel) UnsetOrder()
UnsetOrder ensures that no value is present for Order, not even an explicit nil