Class LiasettingsResource.ListposdataprovidersRequest
Retrieves the list of POS data providers that have active settings for the all eiligible countries.
Inheritance
LiasettingsResource.ListposdataprovidersRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class LiasettingsResource.ListposdataprovidersRequest : ShoppingContentBaseServiceRequest<LiasettingsListPosDataProvidersResponse>, IClientServiceRequest<LiasettingsListPosDataProvidersResponse>, IClientServiceRequest
Constructors
ListposdataprovidersRequest(IClientService)
Constructs a new Listposdataproviders request.
Declaration
public ListposdataprovidersRequest(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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Listposdataproviders parameter list.
Declaration
protected override void InitParameters()