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.
The request message for CreateComment endpoint.
Implements
IMessageCreateCommentRequest, IEquatableCreateCommentRequest, IDeepCloneableCreateCommentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Support.V2Assembly
Google.Cloud.Support.V2.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 object to be added to this Case.
Property Value | |
---|---|
Type | Description |
Comment |
Parent
public string Parent { get; set; }
Required. The resource name of Case to which this comment should be added.
Property Value | |
---|---|
Type | Description |
string |
ParentAsCaseName
public CaseName ParentAsCaseName { get; set; }
Property Value | |
---|---|
Type | Description |
CaseName |