GoogleCloudIntegrationsV1alphaRuntimeEntitySchema.fromJson constructor

GoogleCloudIntegrationsV1alphaRuntimeEntitySchema.fromJson(
  1. Map json_
)

Implementation

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