GoogleAdsSearchads360V23CommonYouTubeChannelAttributeMetadata.fromJson constructor

GoogleAdsSearchads360V23CommonYouTubeChannelAttributeMetadata.fromJson(
  1. Map json_
)

Implementation

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