Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.15 KB

TreatmentParameterInput.md

File metadata and controls

72 lines (39 loc) · 2.15 KB

TreatmentParameterInput

Properties

Name Type Description Notes
FlagKey string
VariationId string

Methods

NewTreatmentParameterInput

func NewTreatmentParameterInput(flagKey string, variationId string, ) *TreatmentParameterInput

NewTreatmentParameterInput instantiates a new TreatmentParameterInput 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

NewTreatmentParameterInputWithDefaults

func NewTreatmentParameterInputWithDefaults() *TreatmentParameterInput

NewTreatmentParameterInputWithDefaults instantiates a new TreatmentParameterInput 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

GetFlagKey

func (o *TreatmentParameterInput) GetFlagKey() string

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

GetFlagKeyOk

func (o *TreatmentParameterInput) 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 *TreatmentParameterInput) SetFlagKey(v string)

SetFlagKey sets FlagKey field to given value.

GetVariationId

func (o *TreatmentParameterInput) GetVariationId() string

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

GetVariationIdOk

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

SetVariationId sets VariationId field to given value.

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