Class SoftwareUpdateArgsType
Inheritance
object
SoftwareUpdateArgsType
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("softwareUpdateArgsType")]
public class SoftwareUpdateArgsType
Properties
|
Edit this page
View Source
AnyArg
Declaration
[JsonProperty("any")]
public ICollection<AnyArgType> AnyArg { get; set; }
Property Value
|
Edit this page
View Source
ExecutionEnvRef
Declaration
[JsonProperty("eer")]
public string ExecutionEnvRef { 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
UUID
Declaration
[JsonProperty("uuid")]
public string UUID { get; set; }
Property Value
|
Edit this page
View Source
Username
Declaration
[JsonProperty("unm")]
public string Username { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[JsonProperty("vr")]
public string Version { get; set; }
Property Value