GoogleAdsSearchads360V23ResourcesVideo.fromJson constructor

GoogleAdsSearchads360V23ResourcesVideo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesVideo.fromJson(core.Map json_)
  : this(
      channelId: json_['channelId'] as core.String?,
      durationMillis: json_['durationMillis'] as core.String?,
      id: json_['id'] as core.String?,
      resourceName: json_['resourceName'] as core.String?,
      title: json_['title'] as core.String?,
    );