ExportFlowResponse

The response message for Flows.ExportFlow.

JSON representation
{ // Union field flow can be only one of the following: "flowUri": string, "flowContent": string // End of list of possible types for union field flow. }
Fields
Union field flow. The exported flow. flow can be only one of the following:
flowUri

string

The URI to a file containing the exported flow. This field is populated only if flowUri is specified in ExportFlowRequest.

flowContent

string (bytes format)

Uncompressed raw byte content for flow.

A base64-encoded string.