AcmeChallengeSetsResource class
Constructors
- AcmeChallengeSetsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String rootDomain, {String? $fields}) → Future< AcmeChallengeSet> - Gets the ACME challenge set for a given domain name.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rotateChallenges(
RotateChallengesRequest request, String rootDomain, {String? $fields}) → Future< AcmeChallengeSet> - Rotate the ACME challenges for a given domain name.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited