struct Lightsail::DomainEntry

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 id : String | Nil #

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

[View source]
def isAlias : Bool | Nil #

[View source]
def isAlias=(isAlias : Bool | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def options : Hash(String, String) | Nil #

[View source]
def options=(options : Hash(String, String) | Nil) #

[View source]
def target : String | Nil #

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

[View source]
def type : String | Nil #

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

[View source]