GoogleCloudApigeeV1Export class

Details of an export job.

Constructors

GoogleCloudApigeeV1Export({String? created, String? datastoreName, String? description, String? error, String? executionTime, String? name, String? self, String? state, String? updated})
GoogleCloudApigeeV1Export.fromJson(Map json_)

Properties

created String?
Time the export job was created.
getter/setter pair
datastoreName String?
Name of the datastore that is the destination of the export job [datastore]
getter/setter pair
description String?
Description of the export job.
getter/setter pair
error String?
Error is set when export fails
getter/setter pair
executionTime String?
Execution time for this 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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
Self link of the export job.
getter/setter pair
state String?
Status of the export job.
getter/setter pair
updated String?
Time the export job was last updated.
getter/setter pair

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