Table of Contents

Class SerialNumberInfo

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

Serial Number Info

public class SerialNumberInfo
Inheritance
SerialNumberInfo
Inherited Members

Constructors

SerialNumberInfo()

public SerialNumberInfo()

Properties

EndOfSale

Gets the end of sale

public DateTimeOffset? EndOfSale { get; }

Property Value

DateTimeOffset?

EndOfSaleNoticeUrl

Gets the end of sale notice url

public string? EndOfSaleNoticeUrl { get; }

Property Value

string

EndOfSupport

Gets the end of support

public DateTimeOffset? EndOfSupport { get; }

Property Value

DateTimeOffset?

IsVirtual

Whether virtual

public bool? IsVirtual { get; }

Property Value

bool?

Model

Gets the model

public string Model { get; }

Property Value

string

ProductType

Gets the product type

public ProductType? ProductType { get; }

Property Value

ProductType?

SerialNumber

Gets the serial number

public string SerialNumber { get; }

Property Value

string