Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AutoGenerated ¶
type AutoGenerated struct { Response struct { RecordCountInfo struct { SubdomainCount int `json:"SubdomainCount"` ListCount int `json:"ListCount"` TotalCount int `json:"TotalCount"` } `json:"RecordCountInfo"` RecordList []struct { RecordId int `json:"RecordId"` Value string `json:"Value"` Status string `json:"Status"` UpdatedOn string `json:"UpdatedOn"` Name string `json:"Name"` Line string `json:"Line"` LineId string `json:"LineId"` Type string `json:"Type"` MonitorStatus string `json:"MonitorStatus"` Remark string `json:"Remark"` TTL int `json:"TTL"` MX int `json:"MX"` } `json:"RecordList"` RequestID string `json:"RequestId"` } `json:"Response"` }
Click to show internal directories.
Click to hide internal directories.