GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty.fromJson constructor

GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty.fromJson(
  core.Map json_,
) : this(
      displayName: json_['displayName'] as core.String?,
      method: json_['method'] as core.String?,
      name: json_['name'] as core.String?,
      occurrenceType: json_['occurrenceType'] as core.String?,
      valueType: json_['valueType'] as core.String?,
    );