RotateChallengesRequest constructor
RotateChallengesRequest({
- String? accessToken,
- bool? keepExpiredRecords,
- List<
AcmeTxtRecord> ? recordsToAdd, - List<
AcmeTxtRecord> ? recordsToRemove,
Implementation
RotateChallengesRequest({
this.accessToken,
this.keepExpiredRecords,
this.recordsToAdd,
this.recordsToRemove,
});