| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | The environment name | [optional] |
| Key | string | The environment key | |
| Links | map[string]Link | The location and content type of related resources | |
| Site | Link |
func NewDependentFlagEnvironment(key string, links map[string]Link, site Link, ) *DependentFlagEnvironment
NewDependentFlagEnvironment instantiates a new DependentFlagEnvironment 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 NewDependentFlagEnvironmentWithDefaults() *DependentFlagEnvironment
NewDependentFlagEnvironmentWithDefaults instantiates a new DependentFlagEnvironment 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 *DependentFlagEnvironment) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DependentFlagEnvironment) 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 *DependentFlagEnvironment) SetName(v string)
SetName sets Name field to given value.
func (o *DependentFlagEnvironment) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DependentFlagEnvironment) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *DependentFlagEnvironment) 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 *DependentFlagEnvironment) SetKey(v string)
SetKey sets Key field to given value.
func (o *DependentFlagEnvironment) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *DependentFlagEnvironment) 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 *DependentFlagEnvironment) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *DependentFlagEnvironment) GetSite() Link
GetSite returns the Site field if non-nil, zero value otherwise.
func (o *DependentFlagEnvironment) GetSiteOk() (*Link, bool)
GetSiteOk returns a tuple with the Site field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentFlagEnvironment) SetSite(v Link)
SetSite sets Site field to given value.