SyncRequestCrawlInput constructor

  1. @JsonSerializable(includeIfNull: false)
const SyncRequestCrawlInput({
  1. required String hostname,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory SyncRequestCrawlInput({
  /// Hostname of the current service (eg, PDS) that is requesting to be crawled.
  required String hostname,

  Map<String, dynamic>? $unknown,
}) = _SyncRequestCrawlInput;