PublicKeyList class
A list of public keys that you can use with signed URLs and signed cookies, or with field-level encryption.
Constructors
-
PublicKeyList({required int maxItems, required int quantity, List<
PublicKeySummary> ? items, String? nextMarker}) - PublicKeyList.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
PublicKeySummary> ? -
A list of public keys.
final
- maxItems → int
-
The maximum number of public keys you want in the response.
final
- nextMarker → String?
-
If there are more elements to be listed, this element is present and
contains the value that you can use for the
Marker
request parameter to continue listing your public keys where you left off.final - quantity → int
-
The number of public keys in the list.
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