GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest.fromJson constructor

GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest.fromJson(
  core.Map json_,
) : this(
      content: json_['content'] as core.String?,
      fileFormat: json_['fileFormat'] as core.String?,
    );