delivery property

String? delivery
getter/setter pair

Delivery mode for the generated content.

Optional. Possible string values are:

  • "DELIVERY_UNSPECIFIED" : Default value. This value is unused.
  • "INLINE" : Generated bytes are returned inline in the response.
  • "URI" : Generated content is stored and a URI is returned.

Implementation

core.String? delivery;