Show / Hide Table of Contents

Class LocationsResource

The "locations" collection of methods.

Inheritance
object
LocationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: locations/{location_id}/lodging

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: locations/{location_id}/lodging

Returns
Type Description
LocationsResource.UpdateLodgingRequest
In this article
Back to top Generated by DocFX