Initializes a new instance of the switch_base class.
Parameters
display_name
The name of the switch.
description
The description for the switch.
default_switch_value
The default value for the switch.
Remarks
The display_name parameter is used to set the value of the display_name property, and the description parameter is use to set the value of the description property. The default_switch_value parameter is the value for the switch if the value property is not set by code.