Name | Type | Description | Notes |
---|---|---|---|
Object | string | Type of Object, always equals to "change-request" | |
Id | string | Unique identifier for the change request | |
Number | float32 | Incremental identifier of the change request | |
Status | ChangeRequestStatus | ||
Subject | string | Subject of the change request | |
CreatedBy | User | ||
CreatedAt | string | ||
UpdatedAt | string | ||
Urls | ChangeRequestUrls | ||
ChangeRequest | string |
func NewCreateChangeRequest201Response(object string, id string, number float32, status ChangeRequestStatus, subject string, createdBy User, createdAt string, updatedAt string, urls ChangeRequestUrls, changeRequest string, ) *CreateChangeRequest201Response
NewCreateChangeRequest201Response instantiates a new CreateChangeRequest201Response 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 NewCreateChangeRequest201ResponseWithDefaults() *CreateChangeRequest201Response
NewCreateChangeRequest201ResponseWithDefaults instantiates a new CreateChangeRequest201Response 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 *CreateChangeRequest201Response) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateChangeRequest201Response) SetObject(v string)
SetObject sets Object field to given value.
func (o *CreateChangeRequest201Response) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateChangeRequest201Response) SetId(v string)
SetId sets Id field to given value.
func (o *CreateChangeRequest201Response) GetNumber() float32
GetNumber returns the Number field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) GetNumberOk() (*float32, bool)
GetNumberOk returns a tuple with the Number field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateChangeRequest201Response) SetNumber(v float32)
SetNumber sets Number field to given value.
func (o *CreateChangeRequest201Response) GetStatus() ChangeRequestStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) GetStatusOk() (*ChangeRequestStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateChangeRequest201Response) SetStatus(v ChangeRequestStatus)
SetStatus sets Status field to given value.
func (o *CreateChangeRequest201Response) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateChangeRequest201Response) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *CreateChangeRequest201Response) GetCreatedBy() User
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) GetCreatedByOk() (*User, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateChangeRequest201Response) SetCreatedBy(v User)
SetCreatedBy sets CreatedBy field to given value.
func (o *CreateChangeRequest201Response) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateChangeRequest201Response) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *CreateChangeRequest201Response) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateChangeRequest201Response) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *CreateChangeRequest201Response) GetUrls() ChangeRequestUrls
GetUrls returns the Urls field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) GetUrlsOk() (*ChangeRequestUrls, bool)
GetUrlsOk returns a tuple with the Urls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateChangeRequest201Response) SetUrls(v ChangeRequestUrls)
SetUrls sets Urls field to given value.
func (o *CreateChangeRequest201Response) GetChangeRequest() string
GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.
func (o *CreateChangeRequest201Response) 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 *CreateChangeRequest201Response) SetChangeRequest(v string)
SetChangeRequest sets ChangeRequest field to given value.