Table of Contents

Class Software

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

BundleSize

Gets the bundle size

[DataMember(Name = "bundleSize")]
public object BundleSize { get; set; }

Property Value

object

CreatedAt

Gets the created at

[DataMember(Name = "createdAt")]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

DeviceId

Gets the device id

[DataMember(Name = "deviceId")]
public string DeviceId { get; set; }

Property Value

string

DynamicSize

Gets the dynamic size

[DataMember(Name = "dynamicSize")]
public object DynamicSize { get; set; }

Property Value

object

Id

Gets the id

[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Identifier

Gets the identifier

[DataMember(Name = "identifier")]
public string Identifier { get; set; }

Property Value

string

InstalledAt

Gets the installed at

[DataMember(Name = "installedAt")]
public DateTime InstalledAt { get; set; }

Property Value

DateTime

IosRedemptionCode

Gets the ios redemption code

[DataMember(Name = "iosRedemptionCode")]
public object IosRedemptionCode { get; set; }

Property Value

object

IsManaged

Whether managed

[DataMember(Name = "isManaged")]
public bool IsManaged { get; set; }

Property Value

bool

ItunesId

Gets the itunes id

[DataMember(Name = "itunesId")]
public object ItunesId { get; set; }

Property Value

object

LicenseKey

Gets the license key

[DataMember(Name = "licenseKey")]
public object LicenseKey { get; set; }

Property Value

object

Name

Gets the name

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Path

Gets the path

[DataMember(Name = "path")]
public string Path { get; set; }

Property Value

string

RedemptionCode

Gets the redemption code

[DataMember(Name = "redemptionCode")]
public object RedemptionCode { get; set; }

Property Value

object

ShortVersion

Gets the short version

[DataMember(Name = "shortVersion")]
public object ShortVersion { get; set; }

Property Value

object

Status

Gets the status

[DataMember(Name = "status")]
public object Status { get; set; }

Property Value

object

ToInstall

Gets the to install

[DataMember(Name = "toInstall")]
public object ToInstall { get; set; }

Property Value

object

ToUninstall

Gets the to uninstall

[DataMember(Name = "toUninstall")]
public bool ToUninstall { get; set; }

Property Value

bool

UninstalledAt

Gets the uninstalled at

[DataMember(Name = "uninstalledAt")]
public DateTime UninstalledAt { get; set; }

Property Value

DateTime

UpdatedAt

Gets the updated at

[DataMember(Name = "updatedAt")]
public DateTime UpdatedAt { get; set; }

Property Value

DateTime

Vendor

Gets the vendor

[DataMember(Name = "vendor")]
public string Vendor { get; set; }

Property Value

string

Version

Gets the version

[DataMember(Name = "version")]
public string Version { get; set; }

Property Value

string