location property

String? location
final

The region or zone to get capacity history for.

It can be a partial or full URL. For example, the following are valid values:

 - https://www.googleapis.com/compute/v1/projects/project/zones/zone
  • projects/project/zones/zone
  • zones/zone

This field is optional.

Implementation

final String? location;