Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.24 KB

UpdateChangeRequest200Response.md

File metadata and controls

72 lines (39 loc) · 2.24 KB

UpdateChangeRequest200Response

Properties

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

Methods

NewUpdateChangeRequest200Response

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

NewUpdateChangeRequest200ResponseWithDefaults

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

GetRevision

func (o *UpdateChangeRequest200Response) GetRevision() string

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

GetRevisionOk

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.

SetRevision

func (o *UpdateChangeRequest200Response) SetRevision(v string)

SetRevision sets Revision field to given value.

GetResult

func (o *UpdateChangeRequest200Response) GetResult() string

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

GetResultOk

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.

SetResult

func (o *UpdateChangeRequest200Response) SetResult(v string)

SetResult sets Result field to given value.

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