| Name | Type | Description | Notes |
|---|---|---|---|
| Environments | Pointer to map[string]FeatureFlagStatus | Flag status for environment. | [optional] |
| Key | Pointer to string | feature flag key | [optional] |
| Links | Pointer to map[string]Link | [optional] |
func NewFeatureFlagStatusAcrossEnvironments() *FeatureFlagStatusAcrossEnvironments
NewFeatureFlagStatusAcrossEnvironments instantiates a new FeatureFlagStatusAcrossEnvironments 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 NewFeatureFlagStatusAcrossEnvironmentsWithDefaults() *FeatureFlagStatusAcrossEnvironments
NewFeatureFlagStatusAcrossEnvironmentsWithDefaults instantiates a new FeatureFlagStatusAcrossEnvironments 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 *FeatureFlagStatusAcrossEnvironments) GetEnvironments() map[string]FeatureFlagStatus
GetEnvironments returns the Environments field if non-nil, zero value otherwise.
func (o *FeatureFlagStatusAcrossEnvironments) GetEnvironmentsOk() (*map[string]FeatureFlagStatus, bool)
GetEnvironmentsOk returns a tuple with the Environments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagStatusAcrossEnvironments) SetEnvironments(v map[string]FeatureFlagStatus)
SetEnvironments sets Environments field to given value.
func (o *FeatureFlagStatusAcrossEnvironments) HasEnvironments() bool
HasEnvironments returns a boolean if a field has been set.
func (o *FeatureFlagStatusAcrossEnvironments) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *FeatureFlagStatusAcrossEnvironments) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagStatusAcrossEnvironments) SetKey(v string)
SetKey sets Key field to given value.
func (o *FeatureFlagStatusAcrossEnvironments) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *FeatureFlagStatusAcrossEnvironments) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *FeatureFlagStatusAcrossEnvironments) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagStatusAcrossEnvironments) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *FeatureFlagStatusAcrossEnvironments) HasLinks() bool
HasLinks returns a boolean if a field has been set.