ListLinkedCustomChannelsResponse constructor

ListLinkedCustomChannelsResponse({
  1. List<CustomChannel>? customChannels,
  2. String? nextPageToken,
})

Implementation

ListLinkedCustomChannelsResponse({
  this.customChannels,
  this.nextPageToken,
});