Class DivisionsResource.QueryDivisionByAddressRequest
Lookup OCDIDs and names for divisions related to an address.
Inheritance
DivisionsResource.QueryDivisionByAddressRequest
Inherited Members
Namespace: Google.Apis.CivicInfo.v2
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class DivisionsResource.QueryDivisionByAddressRequest : CivicInfoBaseServiceRequest<DivisionByAddressResponse>, IClientServiceRequest<DivisionByAddressResponse>, IClientServiceRequest
Constructors
QueryDivisionByAddressRequest(IClientService)
Constructs a new QueryDivisionByAddress request.
Declaration
public QueryDivisionByAddressRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Address
Declaration
[RequestParameter("address", RequestParameterType.Query)]
public virtual string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
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 QueryDivisionByAddress parameter list.
Declaration
protected override void InitParameters()