LocationsResource class
Constructors
- LocationsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lodging → LocationsLodgingResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getLodging(
String name, {String? readMask, String? $fields}) → Future< Lodging> - Returns the Lodging of a specific location.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateLodging(
Lodging request, String name, {String? updateMask, String? $fields}) → Future< Lodging> - Updates the Lodging of a specific location.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited