GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray.fromJson constructor

GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray.fromJson(
  core.Map json_,
) : this(
      gatewayTypes: (json_['gatewayTypes'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );