Table of Contents

Class DeviceModelEndOfLifeDetail

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

End of life details about a device model

public record DeviceModelEndOfLifeDetail : IEquatable<DeviceModelEndOfLifeDetail>
Inheritance
DeviceModelEndOfLifeDetail
Implements
Inherited Members

Properties

Announcement

The announcement date

public DateTimeOffset? Announcement { get; }

Property Value

DateTimeOffset?

DeviceModel

The device model

public string DeviceModel { get; }

Property Value

string

EndOfSale

The end of sale date

public DateTimeOffset? EndOfSale { get; }

Property Value

DateTimeOffset?

EndOfSupport

The end of support date

public DateTimeOffset? EndOfSupport { get; }

Property Value

DateTimeOffset?

EosNoticeUrl

The end of support date for Meraki cloud management

public string EosNoticeUrl { get; }

Property Value

string

Region

If null, all regions apply

public string? Region { get; }

Property Value

string