GoogleCloudIntegrationsV1alphaListTemplatesResponse.fromJson constructor
GoogleCloudIntegrationsV1alphaListTemplatesResponse.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaListTemplatesResponse.fromJson(core.Map json_)
: this(
nextPageToken: json_['nextPageToken'] as core.String?,
templates: (json_['templates'] as core.List?)
?.map((value) => GoogleCloudIntegrationsV1alphaTemplate.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);