SearchItemsByViewUrlRequest constructor

SearchItemsByViewUrlRequest({
  1. DebugOptions? debugOptions,
  2. String? pageToken,
  3. String? viewUrl,
})

Implementation

SearchItemsByViewUrlRequest({
  this.debugOptions,
  this.pageToken,
  this.viewUrl,
});