Class CreateAnnotationSpecSetRequest (1.0.0)

CreateAnnotationSpecSetRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for CreateAnnotationSpecSet.

Attributes

NameDescription
parent str
Required. AnnotationSpecSet resource parent, format: projects/{project_id}
annotation_spec_set .gcd_annotation_spec_set.AnnotationSpecSet
Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.