Show / Hide Table of Contents

Class LocationsResource.LodgingResource

The "lodging" collection of methods.

Inheritance
System.Object
LocationsResource.LodgingResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.MyBusinessLodging.v1
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class LodgingResource

Constructors

LodgingResource(IClientService)

Constructs a new resource.

Declaration
public LodgingResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

GetGoogleUpdated(String)

Returns the Google updated Lodging of a specific location.

Declaration
public virtual LocationsResource.LodgingResource.GetGoogleUpdatedRequest GetGoogleUpdated(string name)
Parameters
Type Name Description
System.String name

Required. Google identifier for this location in the form: accounts/{account_id}/locations/{location_id}/lodging

Returns
Type Description
LocationsResource.LodgingResource.GetGoogleUpdatedRequest
In This Article
Back to top