Class ResellernotifyResource.GetwatchdetailsRequest
Returns all the details of the watch corresponding to the reseller.
Inheritance
ResellernotifyResource.GetwatchdetailsRequest
Inherited Members
Namespace: Google.Apis.Reseller.v1
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class ResellernotifyResource.GetwatchdetailsRequest : ResellerBaseServiceRequest<ResellernotifyGetwatchdetailsResponse>, IClientServiceRequest<ResellernotifyGetwatchdetailsResponse>, IClientServiceRequest
Constructors
GetwatchdetailsRequest(IClientService)
Constructs a new Getwatchdetails request.
Declaration
public GetwatchdetailsRequest(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.Reseller.v1.Data.ResellernotifyGetwatchdetailsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Reseller.v1.Data.ResellernotifyGetwatchdetailsResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Reseller.v1.Data.ResellernotifyGetwatchdetailsResponse>.RestPath
Methods
InitParameters()
Initializes Getwatchdetails parameter list.
Declaration
protected override void InitParameters()