Class SwitchProfile
An switch profile
[DataContract]
public class SwitchProfile : NamedItem
- Inheritance
-
SwitchProfile
- Inherited Members
Properties
Id
The switch profile Id
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "switchProfileId")]
public string Id { get; set; }
Property Value
Model
The Model
[ApiAccess(ApiAccess.Read)]
[ApiForeignKey(typeof(string))]
[DataMember(Name = "model")]
public string Model { get; set; }