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"]],[["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."],[[["This documentation details the `CreateCommentRequest` class, which is part of the Google Cloud Support v2 API, specifically designed for creating comment requests."],["The `CreateCommentRequest` class is part of version 1.0.0 of the API, but version 1.3.0 is the latest available."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `CreateCommentRequest` class includes two constructors and three properties: `Comment`, `Parent`, and `ParentAsCaseName`, allowing for the construction of comment requests and specifying which Case the comment is being added to."],["This class uses a `Comment` object and a `CaseName` object to define the content of the comment and identify the Case it is associated with."]]],[]]