ExportFlowResponse

The response message for Flows.ExportFlow.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "flowUri": string,
  "flowContent": string
  // End of mutually exclusive fields.
}
Fields
The exported flow. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
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.

End of mutually exclusive fields.