Property Name
Name
The name of the queue. It MUST NOT exceed 255 characters long.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Name { get; set; }
The name of the queue. It MUST NOT exceed 255 characters long.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Name { get; set; }