AttributesResource class
Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.
Constructors
-
AttributesResource({required String applicationId, required String attributeType, List<
String> ? attributes}) -
AttributesResource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicationId → String
-
The unique identifier for the application.
final
-
attributes
→ List<
String> ? -
An array that specifies the names of the attributes that were removed from
the endpoints.
final
- attributeType → String
-
The type of attribute or attributes that were removed from the endpoints.
Valid values are:
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited