Table of Contents

Property ContentEncoding

Namespace
Ratatoskr.AsyncApi.Model.Bindings
Assembly
Ratatoskr.dll

ContentEncoding

A MIME encoding for the message content. (example: gzip)

[JsonPropertyName("contentEncoding")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? ContentEncoding { get; set; }

Property Value

string