Class ListLocationsResponse
Response message for Locations.ListLocations.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class ListLocationsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Locations
The locations.
Declaration
[JsonProperty("locations")]
public virtual IList<Location> Locations { get; set; }
Property Value
Type | Description |
---|---|
IList<Location> |
NextPageToken
If the number of locations exceeded the requested page size, this field is populated with a token to fetch
the next page of locations on a subsequent call to ListLocations
. If there are no more locations, this
field is not present in the response.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalSize
The approximate number of Locations in the list irrespective of pagination. This field will only be returned
if filter
is used as a query parameter.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |