Class UploadRequestPage
Inheritance
UploadRequestPage
Assembly: Inttegro.dll
Syntax
public sealed class UploadRequestPage
Properties
|
Edit this page
View Source
Number
Declaration
[JsonPropertyName("number")]
public int? Number { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
[JsonPropertyName("size")]
public int? Size { get; set; }
Property Value
|
Edit this page
View Source
UploadRequests
Declaration
[JsonPropertyName("upload_requests")]
public List<UploadRequest>? UploadRequests { get; set; }
Property Value