SyncRequestCrawlInput constructor
- @JsonSerializable(includeIfNull: false)
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;