public sealed class CreateCommentRequest : IMessage<CreateCommentRequest>, IEquatable<CreateCommentRequest>, IDeepCloneable<CreateCommentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2beta API class CreateCommentRequest.
The request message for the CreateComment endpoint.
Implements
IMessageCreateCommentRequest, IEquatableCreateCommentRequest, IDeepCloneableCreateCommentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
CreateCommentRequest()
public CreateCommentRequest()
CreateCommentRequest(CreateCommentRequest)
public CreateCommentRequest(CreateCommentRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateCommentRequest |
Properties
Comment
public Comment Comment { get; set; }
Required. The comment to be added.
Property Value | |
---|---|
Type | Description |
Comment |
Parent
public string Parent { get; set; }
Required. The name of the case to which the comment should be added.
Property Value | |
---|---|
Type | Description |
string |
ParentAsCaseName
public CaseName ParentAsCaseName { get; set; }
Property Value | |
---|---|
Type | Description |
CaseName |