UsageReportEntity class
Information about the type of the item.
Output only.
Constructors
- UsageReportEntity({String? customerId, String? entityId, String? profileId, String? type, String? userEmail})
- UsageReportEntity.fromJson(Map json_)
Properties
- customerId ↔ String?
-
The unique identifier of the customer's account.
getter/setter pair
- entityId ↔ String?
-
Object key.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- profileId ↔ String?
-
The user's immutable Google Workspace profile identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of item.
getter/setter pair
- userEmail ↔ String?
-
The user's email address.
getter/setter pair
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