Class Sink
Sink
public sealed class Sink
- Inheritance
-
Sink
- Inherited Members
Properties
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Session
session
[JsonPropertyName("session")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Session { get; set; }