target property

String? target
getter/setter pair

The publish target of this publish operation.

This is the same as using publishTarget as a URL query parameter. The string value can either be target="trustedTesters" or target="default". The default value, if none is supplied, is target="default". Recommended usage is to use the URL query parameter to specificy the value.

Implementation

core.String? target;