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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 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."]]],[]]