Property DataContentType
- Namespace
- Ratatoskr.CloudEvents
- Assembly
- Ratatoskr.dll
DataContentType
[OPTIONAL] Content type of data value. This attribute enables data to carry any type of content, whereby format and encoding might differ from that of the chosen event format.
[JsonPropertyName("datacontenttype")]
public string? DataContentType { get; init; }