Skip to content

Commit 7a77707

Browse files
authored
feat(dom): add additionals dates infos (#1515)
1 parent 6829ae3 commit 7a77707

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api/domain/v2beta1/domain_sdk.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,12 @@ type RenewableDomain struct {
17541754
RenewableDurationInYears *int32 `json:"renewable_duration_in_years"`
17551755

17561756
ExpiredAt *time.Time `json:"expired_at"`
1757+
1758+
LimitRenewAt *time.Time `json:"limit_renew_at"`
1759+
1760+
LimitRedemptionAt *time.Time `json:"limit_redemption_at"`
1761+
1762+
EstimatedDeleteAt *time.Time `json:"estimated_delete_at"`
17571763
}
17581764

17591765
// RestoreDNSZoneVersionResponse: restore dns zone version response

0 commit comments

Comments
 (0)