Class ExecReqArgsListType
Inheritance
object
ExecReqArgsListType
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("execReqArgsListType")]
public class ExecReqArgsListType
Properties
|
Edit this page
View Source
Download
Declaration
[JsonProperty("dld")]
public ICollection<DownloadArgsType> Download { get; set; }
Property Value
|
Edit this page
View Source
Reboot
Declaration
[JsonProperty("rbo")]
public ICollection<RebootArgsType> Reboot { get; set; }
Property Value
|
Edit this page
View Source
Reset
Declaration
[JsonProperty("rst")]
public ICollection<ResetArgsType> Reset { get; set; }
Property Value
|
Edit this page
View Source
SoftwareInstall
Declaration
[JsonProperty("swin")]
public ICollection<SoftwareInstallArgsType> SoftwareInstall { get; set; }
Property Value
|
Edit this page
View Source
SoftwareUninstall
Declaration
[JsonProperty("swun")]
public ICollection<SoftwareUninstallArgsType> SoftwareUninstall { get; set; }
Property Value
|
Edit this page
View Source
SoftwareUpdate
Declaration
[JsonProperty("swup")]
public ICollection<SoftwareUpdateArgsType> SoftwareUpdate { get; set; }
Property Value
|
Edit this page
View Source
Upload
Declaration
[JsonProperty("uld")]
public ICollection<UploadArgsType> Upload { get; set; }
Property Value