SecretVersionsListEntry class
A structure that contains information about one version of a secret.
Constructors
-
SecretVersionsListEntry({DateTime? createdDate, DateTime? lastAccessedDate, String? versionId, List<
String> ? versionStages}) -
SecretVersionsListEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdDate → DateTime?
-
The date and time this version of the secret was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastAccessedDate → DateTime?
-
The date that this version of the secret was last accessed. Note that the
resolution of this field is at the date level and does not include the time.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- versionId → String?
-
The unique version identifier of this version of the secret.
final
-
versionStages
→ List<
String> ? -
An array of staging labels that are currently associated with this version
of the secret.
final
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