| Name | Type | Description | Notes |
|---|---|---|---|
| EnvironmentKeys | Pointer to []string | List of environment keys this policy applies to | [optional] |
| FlagTagKeys | Pointer to []string | List of flag tag keys this policy applies to | [optional] |
func NewReleasePolicyScope() *ReleasePolicyScope
NewReleasePolicyScope instantiates a new ReleasePolicyScope 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 NewReleasePolicyScopeWithDefaults() *ReleasePolicyScope
NewReleasePolicyScopeWithDefaults instantiates a new ReleasePolicyScope 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 *ReleasePolicyScope) GetEnvironmentKeys() []string
GetEnvironmentKeys returns the EnvironmentKeys field if non-nil, zero value otherwise.
func (o *ReleasePolicyScope) GetEnvironmentKeysOk() (*[]string, bool)
GetEnvironmentKeysOk returns a tuple with the EnvironmentKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleasePolicyScope) SetEnvironmentKeys(v []string)
SetEnvironmentKeys sets EnvironmentKeys field to given value.
func (o *ReleasePolicyScope) HasEnvironmentKeys() bool
HasEnvironmentKeys returns a boolean if a field has been set.
func (o *ReleasePolicyScope) GetFlagTagKeys() []string
GetFlagTagKeys returns the FlagTagKeys field if non-nil, zero value otherwise.
func (o *ReleasePolicyScope) GetFlagTagKeysOk() (*[]string, bool)
GetFlagTagKeysOk returns a tuple with the FlagTagKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleasePolicyScope) SetFlagTagKeys(v []string)
SetFlagTagKeys sets FlagTagKeys field to given value.
func (o *ReleasePolicyScope) HasFlagTagKeys() bool
HasFlagTagKeys returns a boolean if a field has been set.