CreativeGroupsListResponse constructor
CreativeGroupsListResponse({
- List<
CreativeGroup> ? creativeGroups, - String? kind,
- String? nextPageToken,
Implementation
CreativeGroupsListResponse({
this.creativeGroups,
this.kind,
this.nextPageToken,
});