BulkListAdGroupAssignedTargetingOptionsResponse.fromJson constructor
BulkListAdGroupAssignedTargetingOptionsResponse.fromJson(
- Map json_
Implementation
BulkListAdGroupAssignedTargetingOptionsResponse.fromJson(core.Map json_)
: this(
nextPageToken: json_['nextPageToken'] as core.String?,
youtubeAdGroupAssignedTargetingOptions:
(json_['youtubeAdGroupAssignedTargetingOptions'] as core.List?)
?.map((value) =>
YoutubeAdGroupAssignedTargetingOption.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);