Class SoftwareUninstallArgsType
Inheritance
object
SoftwareUninstallArgsType
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("softwareUninstallArgsType")]
public class SoftwareUninstallArgsType
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
UUID
Declaration
[JsonProperty("uuid")]
public string UUID { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[JsonProperty("vr")]
public string Version { get; set; }
Property Value