--- id: v2024-cancelled-request-details title: CancelledRequestDetails pagination_label: CancelledRequestDetails sidebar_label: CancelledRequestDetails sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'CancelledRequestDetails', 'V2024CancelledRequestDetails'] slug: /tools/sdk/go/v2024/models/cancelled-request-details tags: ['SDK', 'Software Development Kit', 'CancelledRequestDetails', 'V2024CancelledRequestDetails'] --- # CancelledRequestDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Comment** | Pointer to **string** | Comment made by the owner when cancelling the associated request. | [optional] **Owner** | Pointer to [**OwnerDto**](owner-dto) | | [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() OwnerDto` GetOwner returns the Owner field if non-nil, zero value otherwise. ### GetOwnerOk `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. ### SetOwner `func (o *CancelledRequestDetails) SetOwner(v OwnerDto)` 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.