@@ -11544,12 +11544,14 @@ export class GetTxtRecordForVerifyRequest extends $tea.Model {
11544
11544
11545
11545
export class GetTxtRecordForVerifyResponseBody extends $tea.Model {
11546
11546
domainName?: string;
11547
+ parentDomainName?: string;
11547
11548
RR?: string;
11548
11549
requestId?: string;
11549
11550
value?: string;
11550
11551
static names(): { [key: string]: string } {
11551
11552
return {
11552
11553
domainName: 'DomainName',
11554
+ parentDomainName: 'ParentDomainName',
11553
11555
RR: 'RR',
11554
11556
requestId: 'RequestId',
11555
11557
value: 'Value',
@@ -11559,6 +11561,7 @@ export class GetTxtRecordForVerifyResponseBody extends $tea.Model {
11559
11561
static types(): { [key: string]: any } {
11560
11562
return {
11561
11563
domainName: 'string',
11564
+ parentDomainName: 'string',
11562
11565
RR: 'string',
11563
11566
requestId: 'string',
11564
11567
value: 'string',
@@ -23554,13 +23557,15 @@ export class DescribePdnsUserInfoResponseBodyUserInfo extends $tea.Model {
23554
23557
pdnsId?: number;
23555
23558
serviceType?: string;
23556
23559
state?: string;
23560
+ statisticSwitchStatus?: string;
23557
23561
stoppedService?: string;
23558
23562
static names(): { [key: string]: string } {
23559
23563
return {
23560
23564
availableService: 'AvailableService',
23561
23565
pdnsId: 'PdnsId',
23562
23566
serviceType: 'ServiceType',
23563
23567
state: 'State',
23568
+ statisticSwitchStatus: 'StatisticSwitchStatus',
23564
23569
stoppedService: 'StoppedService',
23565
23570
};
23566
23571
}
@@ -23571,6 +23576,7 @@ export class DescribePdnsUserInfoResponseBodyUserInfo extends $tea.Model {
23571
23576
pdnsId: 'number',
23572
23577
serviceType: 'string',
23573
23578
state: 'string',
23579
+ statisticSwitchStatus: 'string',
23574
23580
stoppedService: 'string',
23575
23581
};
23576
23582
}
0 commit comments