Class LocationsResource.GetLodgingRequest
Returns the Lodging of a specific location.
Inheritance
LocationsResource.GetLodgingRequest
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class LocationsResource.GetLodgingRequest : MyBusinessLodgingBaseServiceRequest<Lodging>, IClientServiceRequest<Lodging>, IClientServiceRequest
Constructors
GetLodgingRequest(IClientService, string)
Constructs a new GetLodging request.
Declaration
public GetLodgingRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
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
Name
Required. Google identifier for this location in the form: locations/{location_id}/lodging
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
ReadMask
Required. The specific fields to return. Use "*" to include all fields. Repeated field items cannot be individually specified.
Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type | Description |
---|---|
object |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetLodging parameter list.
Declaration
protected override void InitParameters()