Google Cloud Support v2beta API - Class CreateCommentRequest (1.0.0-beta02)

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.

Inheritance

object > CreateCommentRequest

Namespace

Google.Cloud.Support.V2Beta

Assembly

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; }

CaseName-typed view over the Parent resource name property.

Property Value
Type Description
CaseName