Class DeviceModelEndOfLifeDetail
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
DeviceModel
The device model
public string DeviceModel { get; }
Property Value
EndOfSale
The end of sale date
public DateTimeOffset? EndOfSale { get; }
Property Value
EndOfSupport
The end of support date
public DateTimeOffset? EndOfSupport { get; }
Property Value
EosNoticeUrl
The end of support date for Meraki cloud management
public string EosNoticeUrl { get; }
Property Value
Region
If null, all regions apply
public string? Region { get; }