GoogleAdsSearchads360V23ServicesPlannableUserListMetadata.fromJson constructor
GoogleAdsSearchads360V23ServicesPlannableUserListMetadata.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesPlannableUserListMetadata.fromJson(
core.Map json_,
) : this(
userListCrmDataSourceType:
json_['userListCrmDataSourceType'] as core.String?,
);