Table of Contents

Class InventoryDevice

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

Inventory devices

[DataContract]
public class InventoryDevice
Inheritance
InventoryDevice
Inherited Members

Properties

ClaimedAt

Claimed at

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "claimedAt")]
public DateTime? ClaimedAt { get; set; }

Property Value

DateTime?

CountryCode

Country Code - Undocumented 2023-09-05

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "countryCode")]
public string? CountryCode { get; set; }

Property Value

string

Details

Device Details

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "details")]
public List<DeviceDetail>? Details { get; set; }

Property Value

List<DeviceDetail>

LicenseExpirationDate

Claimed at

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "licenseExpirationDate")]
public DateTime? LicenseExpirationDate { get; set; }

Property Value

DateTime?

Mac

Mac

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string? Mac { get; set; }

Property Value

string

Model

Model

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string? Model { get; set; }

Property Value

string

Name

Name

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

Property Value

string

NetworkId

Network ID

[ApiForeignKey(typeof(Network))]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string? NetworkId { get; set; }

Property Value

string

OrderNumber

Order number

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "orderNumber")]
public string? OrderNumber { get; set; }

Property Value

string

ProductType

Product Type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productType")]
public ProductType? ProductType { get; set; }

Property Value

ProductType?

Serial

Serial

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

Property Value

string

Tags

Tags

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }

Property Value

List<string>

Usage

Usage - Undocumented 2023-10-03

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "usage")]
public string? Usage { get; set; }

Property Value

string