Name | Type | Description | Notes |
---|---|---|---|
EnvironmentId | Pointer to string | Identifier of the Environment. | [optional] |
Name | Pointer to NullableString | Name of the Environment. | [optional] |
Color | Pointer to NullableString | Color of the Environment. | [optional] |
Description | Pointer to NullableString | Description of the Environment. | [optional] |
Order | Pointer to int32 | The order of the Environment represented on the ConfigCat Dashboard. | [optional] |
ReasonRequired | Pointer to bool | Determines whether a mandatory reason must be given every time when the Feature Flags or Settings in the given Environment are saved. | [optional] |
EnvironmentAccessType | Pointer to EnvironmentAccessType | [optional] |
func NewEnvironmentAccessModel() *EnvironmentAccessModel
NewEnvironmentAccessModel instantiates a new EnvironmentAccessModel 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 NewEnvironmentAccessModelWithDefaults() *EnvironmentAccessModel
NewEnvironmentAccessModelWithDefaults instantiates a new EnvironmentAccessModel 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 *EnvironmentAccessModel) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
func (o *EnvironmentAccessModel) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentAccessModel) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.
func (o *EnvironmentAccessModel) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (o *EnvironmentAccessModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *EnvironmentAccessModel) 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 *EnvironmentAccessModel) SetName(v string)
SetName sets Name field to given value.
func (o *EnvironmentAccessModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *EnvironmentAccessModel) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *EnvironmentAccessModel) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *EnvironmentAccessModel) GetColor() string
GetColor returns the Color field if non-nil, zero value otherwise.
func (o *EnvironmentAccessModel) 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 *EnvironmentAccessModel) SetColor(v string)
SetColor sets Color field to given value.
func (o *EnvironmentAccessModel) HasColor() bool
HasColor returns a boolean if a field has been set.
func (o *EnvironmentAccessModel) SetColorNil(b bool)
SetColorNil sets the value for Color to be an explicit nil
func (o *EnvironmentAccessModel) UnsetColor()
UnsetColor ensures that no value is present for Color, not even an explicit nil
func (o *EnvironmentAccessModel) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *EnvironmentAccessModel) 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 *EnvironmentAccessModel) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *EnvironmentAccessModel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *EnvironmentAccessModel) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *EnvironmentAccessModel) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *EnvironmentAccessModel) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *EnvironmentAccessModel) 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 *EnvironmentAccessModel) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *EnvironmentAccessModel) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *EnvironmentAccessModel) GetReasonRequired() bool
GetReasonRequired returns the ReasonRequired field if non-nil, zero value otherwise.
func (o *EnvironmentAccessModel) GetReasonRequiredOk() (*bool, bool)
GetReasonRequiredOk returns a tuple with the ReasonRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentAccessModel) SetReasonRequired(v bool)
SetReasonRequired sets ReasonRequired field to given value.
func (o *EnvironmentAccessModel) HasReasonRequired() bool
HasReasonRequired returns a boolean if a field has been set.
func (o *EnvironmentAccessModel) GetEnvironmentAccessType() EnvironmentAccessType
GetEnvironmentAccessType returns the EnvironmentAccessType field if non-nil, zero value otherwise.
func (o *EnvironmentAccessModel) GetEnvironmentAccessTypeOk() (*EnvironmentAccessType, bool)
GetEnvironmentAccessTypeOk returns a tuple with the EnvironmentAccessType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentAccessModel) SetEnvironmentAccessType(v EnvironmentAccessType)
SetEnvironmentAccessType sets EnvironmentAccessType field to given value.
func (o *EnvironmentAccessModel) HasEnvironmentAccessType() bool
HasEnvironmentAccessType returns a boolean if a field has been set.