GoogleAdsSearchads360V23CommonIpBlockInfo.fromJson constructor

GoogleAdsSearchads360V23CommonIpBlockInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonIpBlockInfo.fromJson(core.Map json_)
  : this(ipAddress: json_['ipAddress'] as core.String?);