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 | [optional] | |
Modified | Pointer to SailPointTime | 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() SailPointTime
GetModified returns the Modified field if non-nil, zero value otherwise.
GetModifiedOk
func (o *CancelledRequestDetails) GetModifiedOk() (*SailPointTime, 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 SailPointTime)
SetModified sets Modified field to given value.
HasModified
func (o *CancelledRequestDetails) HasModified() bool
HasModified returns a boolean if a field has been set.