Class ChimePage
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class ChimePage
Properties
| Edit this page View SourceChimes
Declaration
[JsonPropertyName("chimes")]
public List<Chime>? Chimes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Chime> |
Number
Declaration
[JsonPropertyName("number")]
public int? Number { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Size
Declaration
[JsonPropertyName("size")]
public int? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |