Class ProjectsResource.LocationsResource.CatalogsResource.GetAttributesConfigRequest
Gets an AttributesConfig.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.GetAttributesConfigRequest
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.GetAttributesConfigRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAttributesConfig>, IClientServiceRequest<GoogleCloudRetailV2betaAttributesConfig>, IClientServiceRequest
Constructors
GetAttributesConfigRequest(IClientService, string)
Constructs a new GetAttributesConfig request.
Declaration
public GetAttributesConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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
Name
Required. Full AttributesConfig resource name. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 GetAttributesConfig parameter list.
Declaration
protected override void InitParameters()