Class UploadRequest
Inheritance
UploadRequest
Assembly: Inttegro.dll
Syntax
public sealed class UploadRequest
Properties
|
Edit this page
View Source
Attempts
Declaration
[JsonPropertyName("attempts")]
public JsonObject? Attempts { get; set; }
Property Value
|
Edit this page
View Source
CanceledAt
Declaration
[JsonPropertyName("canceled_at")]
public string? CanceledAt { get; set; }
Property Value
|
Edit this page
View Source
Constraints
Declaration
[JsonPropertyName("constraints")]
public JsonObject? Constraints { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, string>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
Display
Declaration
[JsonPropertyName("display")]
public JsonObject? Display { get; set; }
Property Value
|
Edit this page
View Source
ExpiresAt
Declaration
[JsonPropertyName("expires_at")]
public string? ExpiresAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("metadata")]
public Dictionary<string, string>? Metadata { get; set; }
Property Value
|
Edit this page
View Source
Purpose
Declaration
[JsonPropertyName("purpose")]
public string? Purpose { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value
|
Edit this page
View Source
UploadUrl
Declaration
[JsonPropertyName("upload_url")]
public string? UploadUrl { get; set; }
Property Value