Class LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Lodging
Gets the Lodging resource.
Declaration
public virtual LocationsResource.LodgingResource Lodging { get; }
Property Value
Type | Description |
---|---|
LocationsResource.LodgingResource |
Methods
GetLodging(string)
Returns the Lodging of a specific location.
Declaration
public virtual LocationsResource.GetLodgingRequest GetLodging(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Google identifier for this location in the form: |
Returns
Type | Description |
---|---|
LocationsResource.GetLodgingRequest |
UpdateLodging(Lodging, string)
Updates the Lodging of a specific location.
Declaration
public virtual LocationsResource.UpdateLodgingRequest UpdateLodging(Lodging body, string name)
Parameters
Type | Name | Description |
---|---|---|
Lodging | body | The body of the request. |
string | name | Required. Google identifier for this location in the form: |
Returns
Type | Description |
---|---|
LocationsResource.UpdateLodgingRequest |