struct Lightsail::CreateContactMethodRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(protocol : String, contactEndpoint : String) #

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

[View source]

Instance Method Detail

def contactEndpoint : String #

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

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

[View source]
def protocol : String #

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

[View source]