FloodlightConfigurationsResource class

Constructors

FloodlightConfigurationsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String profileId, String id, {String? $fields}) Future<FloodlightConfiguration>
Gets one floodlight configuration by ID.
list(String profileId, {List<String>? ids, String? $fields}) Future<FloodlightConfigurationsListResponse>
Retrieves a list of floodlight configurations, possibly filtered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(FloodlightConfiguration request, String profileId, String id, {String? $fields}) Future<FloodlightConfiguration>
Updates an existing event tag.
toString() String
A string representation of this object.
inherited
update(FloodlightConfiguration request, String profileId, {String? $fields}) Future<FloodlightConfiguration>
Updates an existing floodlight configuration.

Operators

operator ==(Object other) bool
The equality operator.
inherited