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, specifically version 1.2.0, used for creating comments within the support system."],["This class is a message type used for the \"CreateComment\" endpoint, which involves adding a comment to a specific case."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in protocol buffer messaging and object manipulation."],["It contains properties such as `Comment` (the actual comment to be added), `Parent` (the case resource name), and `ParentAsCaseName` (a case name typed view)."],["There are currently 4 total versions of the `CreateCommentRequest` class available, with the latest being 1.3.0."]]],[]]