Class WebResourceResource.GetRequest
Get the most current data for a website or domain.
Inheritance
WebResourceResource.GetRequest
Inherited Members
Namespace: Google.Apis.SiteVerification.v1
Assembly: Google.Apis.SiteVerification.v1.dll
Syntax
public class WebResourceResource.GetRequest : SiteVerificationBaseServiceRequest<SiteVerificationWebResourceResource>, IClientServiceRequest<SiteVerificationWebResourceResource>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string id)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | id |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceResource>.HttpMethod
Id
The id of a verified site or domain.
Declaration
[RequestParameter("id", RequestParameterType.Path)]
public virtual string Id { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceResource>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceResource>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()