GoogleCloudApigeeV1ExportRequest class

Request body for [CreateExportRequest]

Constructors

GoogleCloudApigeeV1ExportRequest({String? csvDelimiter, String? datastoreName, GoogleCloudApigeeV1DateRange? dateRange, String? description, String? name, String? outputFormat})
GoogleCloudApigeeV1ExportRequest.fromJson(Map json_)

Properties

csvDelimiter String?
Delimiter used in the CSV file, if outputFormat is set to csv.
getter/setter pair
datastoreName String?
Name of the preconfigured datastore.
getter/setter pair
dateRange GoogleCloudApigeeV1DateRange?
Date range of the data to export.
getter/setter pair
description String?
Description of the export job.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Display name of the export job.
getter/setter pair
outputFormat String?
Output format of the export.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited