Skip to content

Files

Latest commit

 

History

History
51 lines (28 loc) · 1.81 KB

CreateChangeRequest201ResponseAllOf.md

File metadata and controls

51 lines (28 loc) · 1.81 KB

CreateChangeRequest201ResponseAllOf

Properties

Name Type Description Notes
ChangeRequest string

Methods

NewCreateChangeRequest201ResponseAllOf

func NewCreateChangeRequest201ResponseAllOf(changeRequest string, ) *CreateChangeRequest201ResponseAllOf

NewCreateChangeRequest201ResponseAllOf instantiates a new CreateChangeRequest201ResponseAllOf 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

NewCreateChangeRequest201ResponseAllOfWithDefaults

func NewCreateChangeRequest201ResponseAllOfWithDefaults() *CreateChangeRequest201ResponseAllOf

NewCreateChangeRequest201ResponseAllOfWithDefaults instantiates a new CreateChangeRequest201ResponseAllOf 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

GetChangeRequest

func (o *CreateChangeRequest201ResponseAllOf) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.

GetChangeRequestOk

func (o *CreateChangeRequest201ResponseAllOf) GetChangeRequestOk() (*string, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetChangeRequest

func (o *CreateChangeRequest201ResponseAllOf) SetChangeRequest(v string)

SetChangeRequest sets ChangeRequest field to given value.

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