Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.33 KB

FeatureStrategySegmentSchema.md

File metadata and controls

72 lines (39 loc) · 2.33 KB

FeatureStrategySegmentSchema

Properties

Name Type Description Notes
SegmentId int32
FeatureStrategyId string

Methods

NewFeatureStrategySegmentSchema

func NewFeatureStrategySegmentSchema(segmentId int32, featureStrategyId string, ) *FeatureStrategySegmentSchema

NewFeatureStrategySegmentSchema instantiates a new FeatureStrategySegmentSchema 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

NewFeatureStrategySegmentSchemaWithDefaults

func NewFeatureStrategySegmentSchemaWithDefaults() *FeatureStrategySegmentSchema

NewFeatureStrategySegmentSchemaWithDefaults instantiates a new FeatureStrategySegmentSchema 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

GetSegmentId

func (o *FeatureStrategySegmentSchema) GetSegmentId() int32

GetSegmentId returns the SegmentId field if non-nil, zero value otherwise.

GetSegmentIdOk

func (o *FeatureStrategySegmentSchema) GetSegmentIdOk() (*int32, bool)

GetSegmentIdOk returns a tuple with the SegmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSegmentId

func (o *FeatureStrategySegmentSchema) SetSegmentId(v int32)

SetSegmentId sets SegmentId field to given value.

GetFeatureStrategyId

func (o *FeatureStrategySegmentSchema) GetFeatureStrategyId() string

GetFeatureStrategyId returns the FeatureStrategyId field if non-nil, zero value otherwise.

GetFeatureStrategyIdOk

func (o *FeatureStrategySegmentSchema) GetFeatureStrategyIdOk() (*string, bool)

GetFeatureStrategyIdOk returns a tuple with the FeatureStrategyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFeatureStrategyId

func (o *FeatureStrategySegmentSchema) SetFeatureStrategyId(v string)

SetFeatureStrategyId sets FeatureStrategyId field to given value.

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