GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination.fromJson constructor

GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination.fromJson(
  1. Map _json
)

Implementation

GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination.fromJson(core.Map _json)
    : this(
        outputFolderUri: _json.containsKey('outputFolderUri')
            ? _json['outputFolderUri'] as core.String
            : null,
      );