customVariables property

List<CustomFloodlightVariable>? customVariables
getter/setter pair

Custom floodlight variables.

This field may only be used when calling batchinsert; it is not supported by batchupdate.

Implementation

core.List<CustomFloodlightVariable>? customVariables;