Class FetchSchemefulSiteCommandResponse
Response for Fetches the schemeful site for a specific origin.
public sealed class FetchSchemefulSiteCommandResponse : ICommandResponse<FetchSchemefulSiteCommandSettings>, ICommandResponse
- Inheritance
-
FetchSchemefulSiteCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
SchemefulSite
The corresponding schemeful site.
[JsonPropertyName("schemefulSite")]
public string SchemefulSite { get; set; }