GDC Hardware Management v1alpha API - Class RecordActionOnCommentRequest (1.0.0-alpha02)

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

Reference documentation and code samples for the GDC Hardware Management v1alpha API class RecordActionOnCommentRequest.

A request to record an action on a comment.

Inheritance

object > RecordActionOnCommentRequest

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

RecordActionOnCommentRequest()

public RecordActionOnCommentRequest()

RecordActionOnCommentRequest(RecordActionOnCommentRequest)

public RecordActionOnCommentRequest(RecordActionOnCommentRequest other)
Parameter
Name Description
other RecordActionOnCommentRequest

Properties

ActionType

public RecordActionOnCommentRequest.Types.ActionType ActionType { get; set; }

Required. The action type of the recorded action.

Property Value
Type Description
RecordActionOnCommentRequestTypesActionType

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. Format: projects/{project}/locations/{location}/orders/{order}/comments/{comment}

Property Value
Type Description
string