LogDescriptor class
A description of a log type.
Example in YAML format: - name: library.googleapis.com/activity_history description: The history of borrowing and returning library items. display_name: Activity labels: - key: /customer_id description: Identifier of a library customer
Constructors
-
LogDescriptor({String? description, String? displayName, List<
LabelDescriptor> ? labels, String? name}) - LogDescriptor.fromJson(Map json_)
Properties
- description ↔ String?
-
A human-readable description of this log.
getter/setter pair
- displayName ↔ String?
-
The human-readable name for this log.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ List<
LabelDescriptor> ? -
The set of labels that are available to describe a specific log entry.
getter/setter pair
- name ↔ String?
-
The name of the log.
getter/setter pair
- 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