Name | Type | Description | Notes |
---|---|---|---|
Key | string | Flag key of the prerequisite flag | |
VariationId | string | ID of a variation of the prerequisite flag |
func NewFlagPrerequisitePost(key string, variationId string, ) *FlagPrerequisitePost
NewFlagPrerequisitePost instantiates a new FlagPrerequisitePost 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 NewFlagPrerequisitePostWithDefaults() *FlagPrerequisitePost
NewFlagPrerequisitePostWithDefaults instantiates a new FlagPrerequisitePost 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 *FlagPrerequisitePost) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *FlagPrerequisitePost) 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 *FlagPrerequisitePost) SetKey(v string)
SetKey sets Key field to given value.
func (o *FlagPrerequisitePost) GetVariationId() string
GetVariationId returns the VariationId field if non-nil, zero value otherwise.
func (o *FlagPrerequisitePost) GetVariationIdOk() (*string, bool)
GetVariationIdOk returns a tuple with the VariationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagPrerequisitePost) SetVariationId(v string)
SetVariationId sets VariationId field to given value.