Name | Type | Description | Notes |
---|---|---|---|
Object | string | Type of Object, always equals to "change-request-requested-reviewer" | |
Revision | string | The revision of the content when the request was made. | |
RequestedBy | User | ||
CreatedAt | string |
func NewChangeRequestRequestedReviewerAllOf(object string, revision string, requestedBy User, createdAt string, ) *ChangeRequestRequestedReviewerAllOf
NewChangeRequestRequestedReviewerAllOf instantiates a new ChangeRequestRequestedReviewerAllOf 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 NewChangeRequestRequestedReviewerAllOfWithDefaults() *ChangeRequestRequestedReviewerAllOf
NewChangeRequestRequestedReviewerAllOfWithDefaults instantiates a new ChangeRequestRequestedReviewerAllOf 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 *ChangeRequestRequestedReviewerAllOf) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *ChangeRequestRequestedReviewerAllOf) 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 *ChangeRequestRequestedReviewerAllOf) SetObject(v string)
SetObject sets Object field to given value.
func (o *ChangeRequestRequestedReviewerAllOf) GetRevision() string
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *ChangeRequestRequestedReviewerAllOf) 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.
func (o *ChangeRequestRequestedReviewerAllOf) SetRevision(v string)
SetRevision sets Revision field to given value.
func (o *ChangeRequestRequestedReviewerAllOf) GetRequestedBy() User
GetRequestedBy returns the RequestedBy field if non-nil, zero value otherwise.
func (o *ChangeRequestRequestedReviewerAllOf) GetRequestedByOk() (*User, bool)
GetRequestedByOk returns a tuple with the RequestedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChangeRequestRequestedReviewerAllOf) SetRequestedBy(v User)
SetRequestedBy sets RequestedBy field to given value.
func (o *ChangeRequestRequestedReviewerAllOf) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ChangeRequestRequestedReviewerAllOf) 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 *ChangeRequestRequestedReviewerAllOf) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.