FieldLevelEncryptionProfileList class

List of field-level encryption profiles.

Constructors

FieldLevelEncryptionProfileList({required int maxItems, required int quantity, List<FieldLevelEncryptionProfileSummary>? items, String? nextMarker})
FieldLevelEncryptionProfileList.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<FieldLevelEncryptionProfileSummary>?
The field-level encryption profile items.
final
maxItems int
The maximum number of field-level encryption profiles 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 profiles where you left off.
final
quantity int
The number of field-level encryption profiles.
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