Class LocationsResource.GetAttributesRequest
Looks up all the attributes set for a given location.
Inheritance
LocationsResource.GetAttributesRequest
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class LocationsResource.GetAttributesRequest : MyBusinessBusinessInformationBaseServiceRequest<Attributes>, IClientServiceRequest<Attributes>, IClientServiceRequest
Constructors
GetAttributesRequest(IClientService, string)
Constructs a new GetAttributes request.
Declaration
public GetAttributesRequest(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. Google identifier for this location in the form of locations/{location_id}/attributes
.
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 GetAttributes parameter list.
Declaration
protected override void InitParameters()