Class ProjectsResource.ListEnrolledSolutionsRequest
Lists all the retail API solutions the project has enrolled.
Inheritance
ProjectsResource.ListEnrolledSolutionsRequest
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class ProjectsResource.ListEnrolledSolutionsRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListEnrolledSolutionsResponse>, IClientServiceRequest<GoogleCloudRetailV2alphaListEnrolledSolutionsResponse>, IClientServiceRequest
Constructors
ListEnrolledSolutionsRequest(IClientService, string)
Constructs a new ListEnrolledSolutions request.
Declaration
public ListEnrolledSolutionsRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
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
Parent
Required. Full resource name of parent. Format: projects/{project_number_or_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ListEnrolledSolutions parameter list.
Declaration
protected override void InitParameters()