InspectUrlIndexRequest constructor

InspectUrlIndexRequest({
  1. String? inspectionUrl,
  2. String? languageCode,
  3. String? siteUrl,
})

Implementation

InspectUrlIndexRequest({
  this.inspectionUrl,
  this.languageCode,
  this.siteUrl,
});