instances property Null safety
read / write
The list of URLs of one or more instances for which you want to apply updates.
Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
Implementation
core.List<core.String>? instances;