Class Software
Software
[ApiAccessReadOnlyClass]
[DataContract]
public class Software
- Inheritance
-
Software
- Inherited Members
Constructors
Software()
public Software()
Properties
AppId
Gets the app id
[DataMember(Name = "appId")]
public string AppId { get; set; }
Property Value
BundleSize
Gets the bundle size
[DataMember(Name = "bundleSize")]
public object BundleSize { get; set; }
Property Value
CreatedAt
Gets the created at
[DataMember(Name = "createdAt")]
public DateTime CreatedAt { get; set; }
Property Value
DeviceId
Gets the device id
[DataMember(Name = "deviceId")]
public string DeviceId { get; set; }
Property Value
DynamicSize
Gets the dynamic size
[DataMember(Name = "dynamicSize")]
public object DynamicSize { get; set; }
Property Value
Id
Gets the id
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Identifier
Gets the identifier
[DataMember(Name = "identifier")]
public string Identifier { get; set; }
Property Value
InstalledAt
Gets the installed at
[DataMember(Name = "installedAt")]
public DateTime InstalledAt { get; set; }
Property Value
IosRedemptionCode
Gets the ios redemption code
[DataMember(Name = "iosRedemptionCode")]
public object IosRedemptionCode { get; set; }
Property Value
IsManaged
Whether managed
[DataMember(Name = "isManaged")]
public bool IsManaged { get; set; }
Property Value
ItunesId
Gets the itunes id
[DataMember(Name = "itunesId")]
public object ItunesId { get; set; }
Property Value
LicenseKey
Gets the license key
[DataMember(Name = "licenseKey")]
public object LicenseKey { get; set; }
Property Value
Name
Gets the name
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Path
Gets the path
[DataMember(Name = "path")]
public string Path { get; set; }
Property Value
RedemptionCode
Gets the redemption code
[DataMember(Name = "redemptionCode")]
public object RedemptionCode { get; set; }
Property Value
ShortVersion
Gets the short version
[DataMember(Name = "shortVersion")]
public object ShortVersion { get; set; }
Property Value
Status
Gets the status
[DataMember(Name = "status")]
public object Status { get; set; }
Property Value
ToInstall
Gets the to install
[DataMember(Name = "toInstall")]
public object ToInstall { get; set; }
Property Value
ToUninstall
Gets the to uninstall
[DataMember(Name = "toUninstall")]
public bool ToUninstall { get; set; }
Property Value
UninstalledAt
Gets the uninstalled at
[DataMember(Name = "uninstalledAt")]
public DateTime UninstalledAt { get; set; }
Property Value
UpdatedAt
Gets the updated at
[DataMember(Name = "updatedAt")]
public DateTime UpdatedAt { get; set; }
Property Value
Vendor
Gets the vendor
[DataMember(Name = "vendor")]
public string Vendor { get; set; }
Property Value
Version
Gets the version
[DataMember(Name = "version")]
public string Version { get; set; }