SpecificKindOptions constructor

const SpecificKindOptions({
  1. List<String>? id,
  2. String? hl,
  3. int? maxResults,
  4. String? onBehalfOfContentOwner,
  5. String? pageToken,
  6. String? regionCode,
})

Implementation

const SpecificKindOptions({
  this.id,
  this.hl,
  super.maxResults,
  super.onBehalfOfContentOwner,
  super.pageToken,
  super.regionCode,
});