Class WebResourceResource.UpdateRequest
Modify the list of owners for your website or domain.
Inheritance
WebResourceResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.SiteVerification.v1
Assembly: Google.Apis.SiteVerification.v1.dll
Syntax
public class WebResourceResource.UpdateRequest : SiteVerificationBaseServiceRequest<SiteVerificationWebResourceResource>, IClientServiceRequest<SiteVerificationWebResourceResource>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, SiteVerificationWebResourceResource, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, SiteVerificationWebResourceResource body, string id)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SiteVerificationWebResourceResource | body | |
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceResource>.GetBody()
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()