zone property

String? zone
final

The URL of the zone. 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

Implementation

final String? zone;