ListMeta class

Metadata for synthetic resources like List.

In Cloud Run, all List Resources Responses will have a ListMeta instead of ObjectMeta.

Constructors

ListMeta({String? continue_, String? resourceVersion, String? selfLink})
ListMeta.fromJson(Map json_)

Properties

continue_ String?
Continuation token is a value emitted when the count of items is larger than the user/system limit.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceVersion String?
Opaque string that identifies the server's internal version of this object.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
URL representing this object.
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