| Name | Type | Description | Notes |
|---|---|---|---|
| ProposedChanges | Pointer to []UpdateEvaluationFormulaWithLatestVersionModel | The setting values to update on the Change Request. | [optional] |
| Forced | Pointer to bool | When true, skips conflict (LatestVersionId) checking. | [optional] |
func NewUpdateChangeRequestProposedChangesModel() *UpdateChangeRequestProposedChangesModel
NewUpdateChangeRequestProposedChangesModel instantiates a new UpdateChangeRequestProposedChangesModel 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
func NewUpdateChangeRequestProposedChangesModelWithDefaults() *UpdateChangeRequestProposedChangesModel
NewUpdateChangeRequestProposedChangesModelWithDefaults instantiates a new UpdateChangeRequestProposedChangesModel 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
func (o *UpdateChangeRequestProposedChangesModel) GetProposedChanges() []UpdateEvaluationFormulaWithLatestVersionModel
GetProposedChanges returns the ProposedChanges field if non-nil, zero value otherwise.
func (o *UpdateChangeRequestProposedChangesModel) GetProposedChangesOk() (*[]UpdateEvaluationFormulaWithLatestVersionModel, bool)
GetProposedChangesOk returns a tuple with the ProposedChanges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateChangeRequestProposedChangesModel) SetProposedChanges(v []UpdateEvaluationFormulaWithLatestVersionModel)
SetProposedChanges sets ProposedChanges field to given value.
func (o *UpdateChangeRequestProposedChangesModel) HasProposedChanges() bool
HasProposedChanges returns a boolean if a field has been set.
func (o *UpdateChangeRequestProposedChangesModel) GetForced() bool
GetForced returns the Forced field if non-nil, zero value otherwise.
func (o *UpdateChangeRequestProposedChangesModel) GetForcedOk() (*bool, bool)
GetForcedOk returns a tuple with the Forced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateChangeRequestProposedChangesModel) SetForced(v bool)
SetForced sets Forced field to given value.
func (o *UpdateChangeRequestProposedChangesModel) HasForced() bool
HasForced returns a boolean if a field has been set.