GoogleAdsSearchads360V23CommonLogicalUserListOperandInfo.fromJson constructor

GoogleAdsSearchads360V23CommonLogicalUserListOperandInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonLogicalUserListOperandInfo.fromJson(
  core.Map json_,
) : this(userList: json_['userList'] as core.String?);