GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse.fromJson constructor
GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse.fromJson(
core.Map json_)
: this(
triggerUrl: json_['triggerUrl'] as core.String?,
);