ContainerServiceRegistryLogin class

Describes the login information for the container image registry of an Amazon Lightsail account.

Constructors

ContainerServiceRegistryLogin({DateTime? expiresAt, String? password, String? registry, String? username})
ContainerServiceRegistryLogin.fromJson(Map<String, dynamic> json)
factory

Properties

expiresAt DateTime?
The timestamp of when the container image registry username and password expire.
final
hashCode int
The hash code for this object.
no setterinherited
password String?
The container service registry password to use to push container images to the container image registry of a Lightsail account
final
registry String?
The address to use to push container images to the container image registry of a Lightsail account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
The container service registry username to use to push container images to the container image registry of a Lightsail account.
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