Skip to main content

CompletedapprovalReviewerComment

Properties

NameTypeDescriptionNotes
CommentStringComment content.[optional]
CreatedSystem.DateTimeDate and time comment was created.[optional]
AuthorCommentdtoAuthor[optional]

Examples

  • Prepare the resource
$CompletedapprovalReviewerComment = Initialize-CompletedapprovalReviewerComment  -Comment This is a comment. `
-Created 2017-07-11T18:45:37.098Z `
-Author null
  • Convert the resource to JSON
$CompletedapprovalReviewerComment | ConvertTo-JSON

[Back to top]