FieldLevelEncryptionList class
List of field-level encrpytion configurations.
Constructors
-
FieldLevelEncryptionList({required int maxItems, required int quantity, List<
FieldLevelEncryptionSummary> ? items, String? nextMarker}) - FieldLevelEncryptionList.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
FieldLevelEncryptionSummary> ? -
An array of field-level encryption items.
final
- maxItems → int
-
The maximum number of elements you want in the response body.
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 configurations where you left off.final - quantity → int
-
The number of field-level encryption items.
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