struct Lightsail::ContainerServiceRegistryLogin

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def expiresAt : Time | Nil #

[View source]
def expiresAt=(expiresAt : Time | Nil) #

[View source]
def password : String | Nil #

[View source]
def password=(password : String | Nil) #

[View source]
def registry : String | Nil #

[View source]
def registry=(registry : String | Nil) #

[View source]
def username : String | Nil #

[View source]
def username=(username : String | Nil) #

[View source]