Class DeviceForUnsettingTheSwitchProfileId
A device for unsetting the switchProfileId
public class DeviceForUnsettingTheSwitchProfileId : Device
- Inheritance
-
DeviceForUnsettingTheSwitchProfileId
- Inherited Members
- Extension Methods
Properties
SwitchProfileId
The ID of a switch profile to bind to the device (for available switch profiles, see the 'Switch Profiles' endpoint). Use null to unbind the switch device from the current profile. For a device to be bindable to a switch profile, it must (1) be a switch, and (2) belong to a network that is bound to a configuration template.
[ApiAccess(ApiAccess.ReadUpdate)]
[ApiForeignKey(typeof(SwitchProfile))]
[DataMember(Name = "switchProfileId")]
[JsonProperty(NullValueHandling = NullValueHandling.Include)]
public string? SwitchProfileId { get; set; }