GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata.fromJson constructor

GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata.fromJson(
  core.Map json_,
) : this(
      actions: (json_['actions'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      entities: (json_['entities'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );