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