Class UploadRequestReviewReason
Inheritance
UploadRequestReviewReason
Assembly: Inttegro.dll
Syntax
public sealed class UploadRequestReviewReason
Properties
|
Edit this page
View Source
Code
Declaration
[JsonPropertyName("code")]
public string? Code { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
[JsonPropertyName("message")]
public string? Message { get; set; }
Property Value
|
Edit this page
View Source
Param
Declaration
[JsonPropertyName("param")]
public string? Param { get; set; }
Property Value