CreativeGroupsListResponse constructor

CreativeGroupsListResponse({
  1. List<CreativeGroup>? creativeGroups,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

CreativeGroupsListResponse({
  this.creativeGroups,
  this.kind,
  this.nextPageToken,
});