Show / Hide Table of Contents

Enum InstructionName.ResourceNameType

The possible contents of InstructionName.

Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public enum ResourceNameType

Fields

Name Description
ProjectInstruction

A resource name with pattern projects/{project}/instructions/{instruction}.

Unparsed

An unparsed resource name.

Back to top