GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse.fromJson(
    core.Map json_)
    : this(
        triggerUrl: json_.containsKey('triggerUrl')
            ? json_['triggerUrl'] as core.String
            : null,
      );