GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig.fromJson constructor

GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig.fromJson(core.Map json_)
    : this(
        allowMultiLabel: json_.containsKey('allowMultiLabel')
            ? json_['allowMultiLabel'] as core.bool
            : null,
        annotationSpecSet: json_.containsKey('annotationSpecSet')
            ? json_['annotationSpecSet'] as core.String
            : null,
      );