GoogleCloudIntegrationsV1alphaApiTriggerResource.fromJson constructor

GoogleCloudIntegrationsV1alphaApiTriggerResource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaApiTriggerResource.fromJson(core.Map json_)
    : this(
        integrationResource: json_['integrationResource'] as core.String?,
        triggerId: (json_['triggerId'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
      );