Class V1Resource.GetHelpRequest
Get help information for the RDAP API, including links to documentation.
Inheritance
V1Resource.GetHelpRequest
Inherited Members
Namespace: Google.Apis.DomainsRDAP.v1
Assembly: Google.Apis.DomainsRDAP.v1.dll
Syntax
public class V1Resource.GetHelpRequest : DomainsRDAPBaseServiceRequest<HttpBody>, IClientServiceRequest<HttpBody>, IClientServiceRequest
Constructors
GetHelpRequest(IClientService)
Constructs a new GetHelp request.
Declaration
public GetHelpRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DomainsRDAP.v1.Data.HttpBody>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DomainsRDAP.v1.Data.HttpBody>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DomainsRDAP.v1.Data.HttpBody>.RestPath
Methods
InitParameters()
Initializes GetHelp parameter list.
Declaration
protected override void InitParameters()