Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.12 KB

FlagPrerequisitePost.md

File metadata and controls

72 lines (39 loc) · 2.12 KB

FlagPrerequisitePost

Properties

Name Type Description Notes
Key string Flag key of the prerequisite flag
VariationId string ID of a variation of the prerequisite flag

Methods

NewFlagPrerequisitePost

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

NewFlagPrerequisitePostWithDefaults

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

GetKey

func (o *FlagPrerequisitePost) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *FlagPrerequisitePost) SetKey(v string)

SetKey sets Key field to given value.

GetVariationId

func (o *FlagPrerequisitePost) GetVariationId() string

GetVariationId returns the VariationId field if non-nil, zero value otherwise.

GetVariationIdOk

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.

SetVariationId

func (o *FlagPrerequisitePost) SetVariationId(v string)

SetVariationId sets VariationId field to given value.

[Back to Model list] [Back to API list] [Back to README]