Google Cloud Support v2 API - Class CreateCommentRequest (1.0.0)

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.

Inheritance

object > CreateCommentRequest

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

CreateCommentRequest()

public CreateCommentRequest()

CreateCommentRequest(CreateCommentRequest)

public CreateCommentRequest(CreateCommentRequest other)
Parameter
NameDescription
otherCreateCommentRequest

Properties

Comment

public Comment Comment { get; set; }

Required. The Comment object to be added to this Case.

Property Value
TypeDescription
Comment

Parent

public string Parent { get; set; }

Required. The resource name of Case to which this comment should be added.

Property Value
TypeDescription
string

ParentAsCaseName

public CaseName ParentAsCaseName { get; set; }

CaseName-typed view over the Parent resource name property.

Property Value
TypeDescription
CaseName