Skip to main content

Class AutumnInfoTag

Assembly: Revolt.Net.dll​
View Source​
Declaration
public class AutumnInfoTag

Properties​

MaxSize​

Maximum size in bytes.

View Source​
Declaration
[JsonProperty("max_size")]
public ulong MaxSize { get; }

Enabled​

View Source​
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; }

ServeIfFieldPresent​

View Source​
Declaration
[JsonProperty("serve_if_field_present")]
public string ServeIfFieldPresent { get; }

RestrictContentType​

View Source​
Declaration
[JsonProperty("restrict_content_type")]
public string RestrictContentType { get; }