View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ExportRequest (google_api_apigee v0.53.0)
Request body for [CreateExportRequest]
Attributes
-
csvDelimiter(type:String.t, default:nil) - Optional. Delimiter used in the CSV file, ifoutputFormatis 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:csvorjson. Defaults tojson. Note: Configure the delimiter for CSV output using thecsvDelimiterproperty.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ExportRequest{ csvDelimiter: String.t() | nil, datastoreName: String.t() | nil, dateRange: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DateRange.t() | nil, description: String.t() | nil, name: String.t() | nil, outputFormat: String.t() | nil }