Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 751 Bytes

File metadata and controls

28 lines (16 loc) · 751 Bytes

ReviewResponse

Properties

Name Type Description Notes
id String The approval request ID
kind KindEnum The type of review action to take
creationDate Long [optional]
comment String A comment describing the approval response [optional]
memberId String ID of account member that reviewed request [optional]
serviceTokenId String ID of account service token that reviewed request [optional]

Enum: KindEnum

Name Value
APPROVE "approve"
DECLINE "decline"
COMMENT "comment"