GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray.fromJson constructor

GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray.fromJson(
  1. Map json_
)

Implementation

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