$EditGuaranteedOrderReadAccessorsResponse constructor

$EditGuaranteedOrderReadAccessorsResponse({
  1. bool? readAccessInherited,
  2. List<String>? readAdvertiserIds,
})

Implementation

$EditGuaranteedOrderReadAccessorsResponse({
  this.readAccessInherited,
  this.readAdvertiserIds,
});