Class FileLinkPage
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class FileLinkPage
Properties
| Edit this page View SourceFileLinks
Declaration
[JsonPropertyName("file_links")]
public List<FileLink>? FileLinks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<FileLink> |
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? |