GoogleCloudIntegrationsV1alphaRuntimeEntitySchema.fromJson constructor

GoogleCloudIntegrationsV1alphaRuntimeEntitySchema.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaRuntimeEntitySchema.fromJson(core.Map json_)
    : this(
        arrayFieldSchema: json_['arrayFieldSchema'] as core.String?,
        entity: json_['entity'] as core.String?,
        fieldSchema: json_['fieldSchema'] as core.String?,
      );