RealtimeLogConfigs class
A list of real-time log configurations.
Constructors
-
RealtimeLogConfigs({required bool isTruncated, required String marker, required int maxItems, List<
RealtimeLogConfig> ? items, String? nextMarker}) - RealtimeLogConfigs.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTruncated → bool
-
A flag that indicates whether there are more real-time log configurations
than are contained in this list.
final
-
items
→ List<
RealtimeLogConfig> ? -
Contains the list of real-time log configurations.
final
- marker → String
-
This parameter indicates where this list of real-time log configurations
begins. This list includes real-time log configurations that occur after the
marker.
final
- maxItems → int
-
The maximum number of real-time log configurations requested.
final
- nextMarker → String?
-
If there are more items in the list than are in this response, this element
is present. It contains the value that you should use in the
Marker
field of a subsequent request to continue listing real-time log configurations where you left off.final - 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