GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ExportRequest (google_api_apigee v0.34.0) View Source
Request body for [CreateExportRequest]
Attributes
-
csvDelimiter
(type:String.t
, default:nil
) - Optional. Delimiter used in the CSV file, ifoutputFormat
is set tocsv
. Defaults to the,
(comma) character. Supported delimiter characters include comma (,
), pipe (|
), and tab (\t
). -
datastoreName
(type:String.t
, default:nil
) - Required. Name of the preconfigured datastore. -
dateRange
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DateRange.t
, default:nil
) - Required. Date range of the data to export. -
description
(type:String.t
, default:nil
) - Optional. Description of the export job. -
name
(type:String.t
, default:nil
) - Required. Display name of the export job. -
outputFormat
(type:String.t
, default:nil
) - Optional. Output format of the export. Valid values include:csv
orjson
. Defaults tojson
. Note: Configure the delimiter for CSV output using thecsvDelimiter
property.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.