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,
      );