public sealed class CreateCommentRequest : IMessage<CreateCommentRequest>, IEquatable<CreateCommentRequest>, IDeepCloneable<CreateCommentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2 API class CreateCommentRequest.
The request message for the CreateComment endpoint.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `CreateCommentRequest` class is part of the Google Cloud Support v2 API and is used to add comments to a support case."],["The latest version of the `CreateCommentRequest` class is 1.3.0, with previous versions including 1.2.0, 1.1.0, and 1.0.0."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to facilitate efficient messaging."],["It includes properties `Comment`, `Parent`, and `ParentAsCaseName`, which are required for specifying the comment content, the parent case's resource name, and a typed view of the parent resource name, respectively."],["There are two constructors available: a default constructor and a constructor that accepts another `CreateCommentRequest` object for cloning."]]],[]]