Name | Type | Description | Notes |
---|---|---|---|
Revision | string | ID of the resulting revision | |
Result | string |
func NewMergeChangeRequest200Response(revision string, result string, ) *MergeChangeRequest200Response
NewMergeChangeRequest200Response instantiates a new MergeChangeRequest200Response 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 NewMergeChangeRequest200ResponseWithDefaults() *MergeChangeRequest200Response
NewMergeChangeRequest200ResponseWithDefaults instantiates a new MergeChangeRequest200Response 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 *MergeChangeRequest200Response) GetRevision() string
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *MergeChangeRequest200Response) 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 *MergeChangeRequest200Response) SetRevision(v string)
SetRevision sets Revision field to given value.
func (o *MergeChangeRequest200Response) GetResult() string
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *MergeChangeRequest200Response) 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 *MergeChangeRequest200Response) SetResult(v string)
SetResult sets Result field to given value.