ResourcesBuildingsResource class

Constructors

ResourcesBuildingsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String customer, String buildingId, {String? $fields}) Future<void>
Deletes a building.
get(String customer, String buildingId, {String? $fields}) Future<Building>
Retrieves a building.
insert(Building request, String customer, {String? coordinatesSource, String? $fields}) Future<Building>
Inserts a building.
list(String customer, {int? maxResults, String? pageToken, String? $fields}) Future<Buildings>
Retrieves a list of buildings for an account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Building request, String customer, String buildingId, {String? coordinatesSource, String? $fields}) Future<Building>
Patches a building.
toString() String
A string representation of this object.
inherited
update(Building request, String customer, String buildingId, {String? coordinatesSource, String? $fields}) Future<Building>
Updates a building.

Operators

operator ==(Object other) bool
The equality operator.
inherited