FieldLevelEncryptionSummary class
A summary of a field-level encryption item.
Constructors
- FieldLevelEncryptionSummary({@_s.required String id, @_s.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. [...]
read-only, inherited
- 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.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited