Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.93 KB

File metadata and controls

114 lines (61 loc) · 3.93 KB

PredefinedVariationChangeRequestUsageModel

Properties

Name Type Description Notes
ChangeRequestId int64
ChangeRequestTitle string
SettingId int32
EnvironmentId string

Methods

NewPredefinedVariationChangeRequestUsageModel

func NewPredefinedVariationChangeRequestUsageModel(changeRequestId int64, changeRequestTitle string, settingId int32, environmentId string, ) *PredefinedVariationChangeRequestUsageModel

NewPredefinedVariationChangeRequestUsageModel instantiates a new PredefinedVariationChangeRequestUsageModel 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

NewPredefinedVariationChangeRequestUsageModelWithDefaults

func NewPredefinedVariationChangeRequestUsageModelWithDefaults() *PredefinedVariationChangeRequestUsageModel

NewPredefinedVariationChangeRequestUsageModelWithDefaults instantiates a new PredefinedVariationChangeRequestUsageModel 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

GetChangeRequestId

func (o *PredefinedVariationChangeRequestUsageModel) GetChangeRequestId() int64

GetChangeRequestId returns the ChangeRequestId field if non-nil, zero value otherwise.

GetChangeRequestIdOk

func (o *PredefinedVariationChangeRequestUsageModel) GetChangeRequestIdOk() (*int64, bool)

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

SetChangeRequestId

func (o *PredefinedVariationChangeRequestUsageModel) SetChangeRequestId(v int64)

SetChangeRequestId sets ChangeRequestId field to given value.

GetChangeRequestTitle

func (o *PredefinedVariationChangeRequestUsageModel) GetChangeRequestTitle() string

GetChangeRequestTitle returns the ChangeRequestTitle field if non-nil, zero value otherwise.

GetChangeRequestTitleOk

func (o *PredefinedVariationChangeRequestUsageModel) GetChangeRequestTitleOk() (*string, bool)

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

SetChangeRequestTitle

func (o *PredefinedVariationChangeRequestUsageModel) SetChangeRequestTitle(v string)

SetChangeRequestTitle sets ChangeRequestTitle field to given value.

GetSettingId

func (o *PredefinedVariationChangeRequestUsageModel) GetSettingId() int32

GetSettingId returns the SettingId field if non-nil, zero value otherwise.

GetSettingIdOk

func (o *PredefinedVariationChangeRequestUsageModel) GetSettingIdOk() (*int32, bool)

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

SetSettingId

func (o *PredefinedVariationChangeRequestUsageModel) SetSettingId(v int32)

SetSettingId sets SettingId field to given value.

GetEnvironmentId

func (o *PredefinedVariationChangeRequestUsageModel) GetEnvironmentId() string

GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.

GetEnvironmentIdOk

func (o *PredefinedVariationChangeRequestUsageModel) GetEnvironmentIdOk() (*string, bool)

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

SetEnvironmentId

func (o *PredefinedVariationChangeRequestUsageModel) SetEnvironmentId(v string)

SetEnvironmentId sets EnvironmentId field to given value.

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