Class DeleteInstructionRequest
Request message for DeleteInstruction.
Inheritance
System.Object
DeleteInstructionRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class DeleteInstructionRequest : IMessage<DeleteInstructionRequest>, IEquatable<DeleteInstructionRequest>, IDeepCloneable<DeleteInstructionRequest>, IBufferMessage, IMessage
Constructors
DeleteInstructionRequest()
Declaration
public DeleteInstructionRequest()
DeleteInstructionRequest(DeleteInstructionRequest)
Declaration
public DeleteInstructionRequest(DeleteInstructionRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteInstructionRequest | other |
Properties
InstructionName
InstructionName-typed view over the Name resource name property.
Declaration
public InstructionName InstructionName { get; set; }
Property Value
| Type | Description |
|---|---|
| InstructionName |
Name
Required. Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |