| Name | Type | Description | Notes |
|---|---|---|---|
| GreenStatus | Pointer to string | [optional] | |
| NetworkOptimised | Pointer to bool | [optional] |
func NewEnvironmentFeatures() *EnvironmentFeatures
NewEnvironmentFeatures instantiates a new EnvironmentFeatures 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 NewEnvironmentFeaturesWithDefaults() *EnvironmentFeatures
NewEnvironmentFeaturesWithDefaults instantiates a new EnvironmentFeatures 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 *EnvironmentFeatures) GetGreenStatus() string
GetGreenStatus returns the GreenStatus field if non-nil, zero value otherwise.
func (o *EnvironmentFeatures) GetGreenStatusOk() (*string, bool)
GetGreenStatusOk returns a tuple with the GreenStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentFeatures) SetGreenStatus(v string)
SetGreenStatus sets GreenStatus field to given value.
func (o *EnvironmentFeatures) HasGreenStatus() bool
HasGreenStatus returns a boolean if a field has been set.
func (o *EnvironmentFeatures) GetNetworkOptimised() bool
GetNetworkOptimised returns the NetworkOptimised field if non-nil, zero value otherwise.
func (o *EnvironmentFeatures) GetNetworkOptimisedOk() (*bool, bool)
GetNetworkOptimisedOk returns a tuple with the NetworkOptimised field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvironmentFeatures) SetNetworkOptimised(v bool)
SetNetworkOptimised sets NetworkOptimised field to given value.
func (o *EnvironmentFeatures) HasNetworkOptimised() bool
HasNetworkOptimised returns a boolean if a field has been set.