FieldLevelEncryptionSummary class
A summary of a field-level encryption item.
Constructors
- FieldLevelEncryptionSummary({required String id, required DateTime lastModifiedTime, String? comment, ContentTypeProfileConfig? contentTypeProfileConfig, QueryArgProfileConfig? queryArgProfileConfig})
- FieldLevelEncryptionSummary.fromXml(XmlElement elem)
-
factory
Properties
- comment → String?
-
An optional comment about the field-level encryption item.
final
- contentTypeProfileConfig → ContentTypeProfileConfig?
-
A summary of a content type-profile mapping.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique ID of a field-level encryption item.
final
- lastModifiedTime → DateTime
-
The last time that the summary of field-level encryption items was modified.
final
- queryArgProfileConfig → QueryArgProfileConfig?
-
A summary of a query argument-profile mapping.
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