Skip to main content

Commentdto

Properties

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

Examples

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

[Back to top]