GoogleCloudApigeeV1ListSecurityProfilesV2Response.fromJson constructor
GoogleCloudApigeeV1ListSecurityProfilesV2Response.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1ListSecurityProfilesV2Response.fromJson(core.Map json_)
: this(
nextPageToken: json_['nextPageToken'] as core.String?,
securityProfilesV2: (json_['securityProfilesV2'] as core.List?)
?.map((value) => GoogleCloudApigeeV1SecurityProfileV2.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);