Name | Type | Description | Notes |
---|---|---|---|
ChangeRequest | string |
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
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
func (o *CreateChangeRequest201ResponseAllOf) GetChangeRequest() string
GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.
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.
func (o *CreateChangeRequest201ResponseAllOf) SetChangeRequest(v string)
SetChangeRequest sets ChangeRequest field to given value.