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