Skip to main content

ApprovalCommentsRequest

Properties

NameTypeDescriptionNotes
CommentStringComment associated with the request.[optional]

Examples

  • Prepare the resource
$ApprovalCommentsRequest = Initialize-V2025ApprovalCommentsRequest  -Comment Approval comment.
  • Convert the resource to JSON
$ApprovalCommentsRequest | ConvertTo-JSON

[Back to top]