Class AcmeChallengeSetsResource.GetRequest
Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode.
Inheritance
AcmeChallengeSetsResource.GetRequest
Inherited Members
Namespace: Google.Apis.ACMEDNS.v1
Assembly: Google.Apis.ACMEDNS.v1.dll
Syntax
public class AcmeChallengeSetsResource.GetRequest : ACMEDNSBaseServiceRequest<AcmeChallengeSet>, IClientServiceRequest<AcmeChallengeSet>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string rootDomain)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | rootDomain |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ACMEDNS.v1.Data.AcmeChallengeSet>.RestPath
RootDomain
Required. SLD + TLD domain name to list challenges. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode.
Declaration
[RequestParameter("rootDomain", RequestParameterType.Path)]
public virtual string RootDomain { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()