Get Annotation Spec Set Result
data class GetAnnotationSpecSetResult(val annotationSpecs: List<GoogleCloudDatalabelingV1beta1AnnotationSpecResponse>, val blockingResources: List<String>, val description: String, val displayName: String, val name: String)
Constructors
Link copied to clipboard
fun GetAnnotationSpecSetResult(annotationSpecs: List<GoogleCloudDatalabelingV1beta1AnnotationSpecResponse>, blockingResources: List<String>, description: String, displayName: String, name: String)