ApprovalPatchProperties interface

Approvals patch properties.

Properties

approvers

List of approvers for the approval request

createdAt

Approval request creation time

grandparentResourceId

Parameter for optimizing query results

parentResourceId

Parameter for optimizing query results

requestMetadata

Request metadata for the approval request.

stateChangedAt

Approval request state change time, time at which approval request state changed from pending to approved or rejected.

ticketId

Ticket ID for the approval request

Property Details

approvers

List of approvers for the approval request

approvers?: Approver[]

Property Value

createdAt

Approval request creation time

createdAt?: Date

Property Value

Date

grandparentResourceId

Parameter for optimizing query results

grandparentResourceId?: string

Property Value

string

parentResourceId

Parameter for optimizing query results

parentResourceId?: string

Property Value

string

requestMetadata

Request metadata for the approval request.

requestMetadata: RequestMetadataUpdatableProperties

Property Value

stateChangedAt

Approval request state change time, time at which approval request state changed from pending to approved or rejected.

stateChangedAt?: Date

Property Value

Date

ticketId

Ticket ID for the approval request

ticketId?: string

Property Value

string