Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.22 KB

MergeChangeRequest200Response.md

File metadata and controls

72 lines (39 loc) · 2.22 KB

MergeChangeRequest200Response

Properties

Name Type Description Notes
Revision string ID of the resulting revision
Result string

Methods

NewMergeChangeRequest200Response

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

NewMergeChangeRequest200ResponseWithDefaults

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

GetRevision

func (o *MergeChangeRequest200Response) GetRevision() string

GetRevision returns the Revision field if non-nil, zero value otherwise.

GetRevisionOk

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.

SetRevision

func (o *MergeChangeRequest200Response) SetRevision(v string)

SetRevision sets Revision field to given value.

GetResult

func (o *MergeChangeRequest200Response) GetResult() string

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

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.

SetResult

func (o *MergeChangeRequest200Response) SetResult(v string)

SetResult sets Result field to given value.

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