GoogleCloudIntegrationsV1alphaProjectProperties.fromJson constructor

GoogleCloudIntegrationsV1alphaProjectProperties.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaProjectProperties.fromJson(core.Map json_)
    : this(
        billingType: json_['billingType'] as core.String?,
        ipEnablementState: json_['ipEnablementState'] as core.String?,
        provisionedRegions: (json_['provisionedRegions'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
      );