Data Labeling v1beta1 API - Class DeleteAnnotationSpecSetRequest (2.0.0-beta03)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class DeleteAnnotationSpecSetRequest.

Request message for DeleteAnnotationSpecSet.

Inheritance

object > DeleteAnnotationSpecSetRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

DeleteAnnotationSpecSetRequest()

public DeleteAnnotationSpecSetRequest()

DeleteAnnotationSpecSetRequest(DeleteAnnotationSpecSetRequest)

public DeleteAnnotationSpecSetRequest(DeleteAnnotationSpecSetRequest other)
Parameter
NameDescription
otherDeleteAnnotationSpecSetRequest

Properties

AnnotationSpecSetName

public AnnotationSpecSetName AnnotationSpecSetName { get; set; }

AnnotationSpecSetName-typed view over the Name resource name property.

Property Value
TypeDescription
AnnotationSpecSetName

Name

public string Name { get; set; }

Required. AnnotationSpec resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}.

Property Value
TypeDescription
string