UpdateAttributesRequest class
Specifies one or more attributes to remove from all the endpoints that are associated with an application.
Constructors
-
UpdateAttributesRequest({List<
String> ? blacklist})
Properties
-
blacklist
→ List<
String> ? -
An array of the attributes to remove from all the endpoints that are
associated with the application. The array can specify the complete, exact
name of each attribute to remove or it can specify a glob pattern that an
attribute name must match in order for the attribute to be removed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited