CNAMEResource

Overview

Location


Fields


CNAME

 

var CNAME: Name;

 

Name CNAME

 

var CNAME: Name

 

CNAME Name

 

FIELD CNAME() As Name

Instance Methods


constructor

 

constructor

 

CNAMEResource()

 

init()

 

Sub New()

constructor (Name)

 

constructor(aCNAME: Name)

 

CNAMEResource(Name aCNAME)

 

init(_ aCNAME: Name)

 

Sub New(aCNAME As Name)

Parameters:

  • aCNAME:

constructor (CNAMEResource)

 

constructor(value: CNAMEResource)

 

CNAMEResource(CNAMEResource value)

 

init(_ value: CNAMEResource)

 

Sub New(value As CNAMEResource)

Parameters:

  • value:

GoString Island

 

method GoString: string

 

string GoString()

 

func GoString() -> string

 

func GoString() string

 

Function GoString() As string