Name | Type | Description | Notes |
---|---|---|---|
Comment | Pointer to string | Comment made by the owner when cancelling the associated request. | [optional] |
Owner | Pointer to OwnerDto | [optional] | |
Modified | Pointer to time.Time | Date comment was added by the owner when cancelling the associated request. | [optional] |
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
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
func (o *CancelledRequestDetails) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
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.
func (o *CancelledRequestDetails) SetComment(v string)
SetComment sets Comment field to given value.
func (o *CancelledRequestDetails) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *CancelledRequestDetails) GetOwner() OwnerDto
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *CancelledRequestDetails) GetOwnerOk() (*OwnerDto, 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.
func (o *CancelledRequestDetails) SetOwner(v OwnerDto)
SetOwner sets Owner field to given value.
func (o *CancelledRequestDetails) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *CancelledRequestDetails) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
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.
func (o *CancelledRequestDetails) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *CancelledRequestDetails) HasModified() bool
HasModified returns a boolean if a field has been set.