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."],[[["The `CreateCommentRequest` class is part of the Google Cloud Support v2 API and is used to send requests to create a comment on a support case."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like deep cloning and message handling."],["The `CreateCommentRequest` class has two constructors: a default constructor and a constructor that accepts another `CreateCommentRequest` object for cloning purposes."],["It contains two primary properties: `Comment`, which holds the comment object to be added, and `Parent`, representing the resource name of the case where the comment will be added."],["There is a property, `ParentAsCaseName`, that provides a strongly-typed view of the `Parent` property, using the `CaseName` type."]]],[]]