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