Table of Contents

Class Version

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

Current version

[DataContract]
public class Version
Inheritance
Version
Inherited Members

Properties

Firmware

Firmware

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "firmware")]
public string Firmware { get; set; }

Property Value

string

Id

Id

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public int Id { get; set; }

Property Value

int

ReleaseDate

Release date

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "releaseDate")]
public DateTime ReleaseDate { get; set; }

Property Value

DateTime

ReleaseType

Release type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "releaseType")]
public string ReleaseType { get; set; }

Property Value

string

ShortName

Short name

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "shortName")]
public string ShortName { get; set; }

Property Value

string