Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.2 KB

CancelledRequestDetails.md

File metadata and controls

108 lines (59 loc) · 3.2 KB

CancelledRequestDetails

Properties

Name Type Description Notes
Comment Pointer to string Comment made by the owner when cancelling the associated request. [optional]
Owner Pointer to BaseReferenceDto [optional]
Modified Pointer to time.Time Date comment was added by the owner when cancelling the associated request [optional]

Methods

NewCancelledRequestDetails

func NewCancelledRequestDetails() *CancelledRequestDetails

NewCancelledRequestDetails instantiates a new CancelledRequestDetails 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

NewCancelledRequestDetailsWithDefaults

func NewCancelledRequestDetailsWithDefaults() *CancelledRequestDetails

NewCancelledRequestDetailsWithDefaults instantiates a new CancelledRequestDetails 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

GetComment

func (o *CancelledRequestDetails) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *CancelledRequestDetails) GetCommentOk() (*string, bool)

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

SetComment

func (o *CancelledRequestDetails) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *CancelledRequestDetails) HasComment() bool

HasComment returns a boolean if a field has been set.

GetOwner

func (o *CancelledRequestDetails) GetOwner() BaseReferenceDto

GetOwner returns the Owner field if non-nil, zero value otherwise.

GetOwnerOk

func (o *CancelledRequestDetails) GetOwnerOk() (*BaseReferenceDto, bool)

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

SetOwner

func (o *CancelledRequestDetails) SetOwner(v BaseReferenceDto)

SetOwner sets Owner field to given value.

HasOwner

func (o *CancelledRequestDetails) HasOwner() bool

HasOwner returns a boolean if a field has been set.

GetModified

func (o *CancelledRequestDetails) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

func (o *CancelledRequestDetails) GetModifiedOk() (*time.Time, bool)

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

SetModified

func (o *CancelledRequestDetails) SetModified(v time.Time)

SetModified sets Modified field to given value.

HasModified

func (o *CancelledRequestDetails) HasModified() bool

HasModified returns a boolean if a field has been set.

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