Name | Type | Description | Notes |
---|---|---|---|
Revision | string | ID of the resulting revision | |
Result | string |
func NewUpdateChangeRequest200Response(revision string, result string, ) *UpdateChangeRequest200Response
NewUpdateChangeRequest200Response instantiates a new UpdateChangeRequest200Response 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 NewUpdateChangeRequest200ResponseWithDefaults() *UpdateChangeRequest200Response
NewUpdateChangeRequest200ResponseWithDefaults instantiates a new UpdateChangeRequest200Response 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 *UpdateChangeRequest200Response) GetRevision() string
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *UpdateChangeRequest200Response) GetRevisionOk() (*string, bool)
GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateChangeRequest200Response) SetRevision(v string)
SetRevision sets Revision field to given value.
func (o *UpdateChangeRequest200Response) GetResult() string
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *UpdateChangeRequest200Response) GetResultOk() (*string, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateChangeRequest200Response) SetResult(v string)
SetResult sets Result field to given value.