Class NetworksSwitchPortsProfileAutomation
Associated Automation
[DataContract]
public class NetworksSwitchPortsProfileAutomation
- Inheritance
-
NetworksSwitchPortsProfileAutomation
- Inherited Members
Constructors
NetworksSwitchPortsProfileAutomation()
public NetworksSwitchPortsProfileAutomation()
Properties
Id
The ID of the associated automation
[DataMember(Name = "id")]
[ApiAccess(ApiAccess.Read)]
public string? Id { get; set; }
Property Value
Name
The name of the associated automation
[DataMember(Name = "name")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Name { get; set; }