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