struct Lightsail::RegisterContainerImageRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(serviceName : String, label : String, digest : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def digest : String #

[View source]
def digest=(digest : String) #

[View source]
def fill_in(request : HTTP::Request) : HTTP::Request #

[View source]
def label : String #

[View source]
def label=(label : String) #

[View source]
def serviceName : String #

[View source]
def serviceName=(serviceName : String) #

[View source]