Class UploadArgsType
Inheritance
object
UploadArgsType
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("uploadArgsType")]
public class UploadArgsType
Properties
|
Edit this page
View Source
AnyArg
Declaration
[JsonProperty("any")]
public ICollection<AnyArgType> AnyArg { get; set; }
Property Value
|
Edit this page
View Source
FileType
Declaration
[JsonProperty("ftyp")]
public string FileType { get; set; }
Property Value
|
Edit this page
View Source
Password
Declaration
[JsonProperty("pwd")]
public string Password { get; set; }
Property Value
|
Edit this page
View Source
URL
Declaration
[JsonProperty("url")]
public string URL { get; set; }
Property Value
|
Edit this page
View Source
Username
Declaration
[JsonProperty("unm")]
public string Username { get; set; }
Property Value