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.
Implements
IMessageGetCommentRequest, IEquatableGetCommentRequest, IDeepCloneableGetCommentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Support.V2BetaAssembly
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 |