alidns_model

package
v0.0.0-...-ebd5e3c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDomainRecordResponse

type CreateDomainRecordResponse struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RecordId  *string `json:"RecordId,omitempty" xml:"RecordId,omitempty"`
}

func (*CreateDomainRecordResponse) String

func (s *CreateDomainRecordResponse) String() string

type DeleteDomainRecordResponse

type DeleteDomainRecordResponse struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RecordId  *string `json:"RecordId,omitempty" xml:"RecordId,omitempty"`
}

func (*DeleteDomainRecordResponse) String

func (s *DeleteDomainRecordResponse) String() string

type DescribeDomainRecordsResponse

type DescribeDomainRecordsResponse struct {
	TotalCount    *int64                                      `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	PageSize      *int64                                      `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId     *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	DomainRecords *DescribeDomainRecordsResponseDomainRecords `json:"DomainRecords,omitempty" xml:"DomainRecords,omitempty" type:"Struct"`
	PageNumber    *int64                                      `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
}

DescribeDomainRecordsResponse aliyun response model

func (*DescribeDomainRecordsResponse) String

type DescribeDomainRecordsResponseDomainRecords

type DescribeDomainRecordsResponseDomainRecords struct {
	Record []*DescribeDomainRecordsResponseDomainRecordsRecord `json:"Record,omitempty" xml:"Record,omitempty" type:"Repeated"`
}

func (*DescribeDomainRecordsResponseDomainRecords) String

type DescribeDomainRecordsResponseDomainRecordsRecord

type DescribeDomainRecordsResponseDomainRecordsRecord struct {
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Type       *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Remark     *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
	TTL        *int64  `json:"TTL,omitempty" xml:"TTL,omitempty"`
	RecordId   *string `json:"RecordId,omitempty" xml:"RecordId,omitempty"`
	Priority   *int64  `json:"Priority,omitempty" xml:"Priority,omitempty"`
	RR         *string `json:"RR,omitempty" xml:"RR,omitempty"`
	DomainName *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"`
	Weight     *int32  `json:"Weight,omitempty" xml:"Weight,omitempty"`
	Value      *string `json:"Value,omitempty" xml:"Value,omitempty"`
	Line       *string `json:"Line,omitempty" xml:"Line,omitempty"`
	Locked     *bool   `json:"Locked,omitempty" xml:"Locked,omitempty"`
}

func (*DescribeDomainRecordsResponseDomainRecordsRecord) String

type UpdateDomainRecordResponse

type UpdateDomainRecordResponse struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RecordId  *string `json:"RecordId,omitempty" xml:"RecordId,omitempty"`
}

func (*UpdateDomainRecordResponse) String

func (s *UpdateDomainRecordResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL