Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.21 KB

ParameterRep.md

File metadata and controls

82 lines (45 loc) · 2.21 KB

ParameterRep

Properties

Name Type Description Notes
VariationId Pointer to string [optional]
FlagKey Pointer to string [optional]

Methods

NewParameterRep

func NewParameterRep() *ParameterRep

NewParameterRep instantiates a new ParameterRep 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

NewParameterRepWithDefaults

func NewParameterRepWithDefaults() *ParameterRep

NewParameterRepWithDefaults instantiates a new ParameterRep 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

GetVariationId

func (o *ParameterRep) GetVariationId() string

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

GetVariationIdOk

func (o *ParameterRep) 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 *ParameterRep) SetVariationId(v string)

SetVariationId sets VariationId field to given value.

HasVariationId

func (o *ParameterRep) HasVariationId() bool

HasVariationId returns a boolean if a field has been set.

GetFlagKey

func (o *ParameterRep) GetFlagKey() string

GetFlagKey returns the FlagKey field if non-nil, zero value otherwise.

GetFlagKeyOk

func (o *ParameterRep) 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.

SetFlagKey

func (o *ParameterRep) SetFlagKey(v string)

SetFlagKey sets FlagKey field to given value.

HasFlagKey

func (o *ParameterRep) HasFlagKey() bool

HasFlagKey returns a boolean if a field has been set.

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