| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The guarded rollout measured rollout Id | |
| FlagKey | string | The guarded rollout flag key | |
| FlagName | string | The guarded rollout flag name | |
| FlagPurpose | Pointer to string | The guarded rollout flag purpose | [optional] |
| EnvironmentKey | string | The guarded rollout environment key | |
| EnvironmentName | string | The guarded rollout environment name | |
| Status | string | The guarded rollout status | |
| CreationDate | int64 | ||
| Links | map[string]Link | The location and content type of related resources |
func NewDependentMeasuredRolloutRep(id string, flagKey string, flagName string, environmentKey string, environmentName string, status string, creationDate int64, links map[string]Link, ) *DependentMeasuredRolloutRep
NewDependentMeasuredRolloutRep instantiates a new DependentMeasuredRolloutRep 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 NewDependentMeasuredRolloutRepWithDefaults() *DependentMeasuredRolloutRep
NewDependentMeasuredRolloutRepWithDefaults instantiates a new DependentMeasuredRolloutRep 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 *DependentMeasuredRolloutRep) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DependentMeasuredRolloutRep) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMeasuredRolloutRep) SetId(v string)
SetId sets Id field to given value.
func (o *DependentMeasuredRolloutRep) GetFlagKey() string
GetFlagKey returns the FlagKey field if non-nil, zero value otherwise.
func (o *DependentMeasuredRolloutRep) GetFlagKeyOk() (*string, bool)
GetFlagKeyOk returns a tuple with the FlagKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMeasuredRolloutRep) SetFlagKey(v string)
SetFlagKey sets FlagKey field to given value.
func (o *DependentMeasuredRolloutRep) GetFlagName() string
GetFlagName returns the FlagName field if non-nil, zero value otherwise.
func (o *DependentMeasuredRolloutRep) GetFlagNameOk() (*string, bool)
GetFlagNameOk returns a tuple with the FlagName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMeasuredRolloutRep) SetFlagName(v string)
SetFlagName sets FlagName field to given value.
func (o *DependentMeasuredRolloutRep) GetFlagPurpose() string
GetFlagPurpose returns the FlagPurpose field if non-nil, zero value otherwise.
func (o *DependentMeasuredRolloutRep) GetFlagPurposeOk() (*string, bool)
GetFlagPurposeOk returns a tuple with the FlagPurpose field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMeasuredRolloutRep) SetFlagPurpose(v string)
SetFlagPurpose sets FlagPurpose field to given value.
func (o *DependentMeasuredRolloutRep) HasFlagPurpose() bool
HasFlagPurpose returns a boolean if a field has been set.
func (o *DependentMeasuredRolloutRep) GetEnvironmentKey() string
GetEnvironmentKey returns the EnvironmentKey field if non-nil, zero value otherwise.
func (o *DependentMeasuredRolloutRep) GetEnvironmentKeyOk() (*string, bool)
GetEnvironmentKeyOk returns a tuple with the EnvironmentKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMeasuredRolloutRep) SetEnvironmentKey(v string)
SetEnvironmentKey sets EnvironmentKey field to given value.
func (o *DependentMeasuredRolloutRep) GetEnvironmentName() string
GetEnvironmentName returns the EnvironmentName field if non-nil, zero value otherwise.
func (o *DependentMeasuredRolloutRep) GetEnvironmentNameOk() (*string, bool)
GetEnvironmentNameOk returns a tuple with the EnvironmentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMeasuredRolloutRep) SetEnvironmentName(v string)
SetEnvironmentName sets EnvironmentName field to given value.
func (o *DependentMeasuredRolloutRep) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DependentMeasuredRolloutRep) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMeasuredRolloutRep) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *DependentMeasuredRolloutRep) GetCreationDate() int64
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *DependentMeasuredRolloutRep) GetCreationDateOk() (*int64, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMeasuredRolloutRep) SetCreationDate(v int64)
SetCreationDate sets CreationDate field to given value.
func (o *DependentMeasuredRolloutRep) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *DependentMeasuredRolloutRep) 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 *DependentMeasuredRolloutRep) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.