Google Cloud Support v2 API - Class CreateCommentRequest (1.4.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 the 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
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; }

CaseName-typed view over the Parent resource name property.

Property Value
Type Description
CaseName