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

public sealed class GetCommentRequest : IMessage<GetCommentRequest>, IEquatable<GetCommentRequest>, IDeepCloneable<GetCommentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Support v2beta API class GetCommentRequest.

The request message for the GetComment endpoint.

Inheritance

object > GetCommentRequest

Namespace

Google.Cloud.Support.V2Beta

Assembly

Google.Cloud.Support.V2Beta.dll

Constructors

GetCommentRequest()

public GetCommentRequest()

GetCommentRequest(GetCommentRequest)

public GetCommentRequest(GetCommentRequest other)
Parameter
Name Description
other GetCommentRequest

Properties

CommentName

public CommentName CommentName { get; set; }

CommentName-typed view over the Name resource name property.

Property Value
Type Description
CommentName

Name

public string Name { get; set; }

Required. The name of the comment to retrieve.

Property Value
Type Description
string