View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Export (google_api_apigee v0.46.0)

Details of an export job.

Attributes

  • created (type: String.t, default: nil) - Output only. Time the export job was created.
  • datastoreName (type: String.t, default: nil) - Name of the datastore that is the destination of the export job [datastore]
  • description (type: String.t, default: nil) - Description of the export job.
  • error (type: String.t, default: nil) - Output only. Error is set when export fails
  • executionTime (type: String.t, default: nil) - Output only. Execution time for this export job. If the job is still in progress, it will be set to the amount of time that has elapsed sincecreated, in seconds. Else, it will set to (updated - created), in seconds.
  • name (type: String.t, default: nil) - Display name of the export job.
  • self (type: String.t, default: nil) - Output only. Self link of the export job. A URI that can be used to retrieve the status of an export job. Example: /organizations/myorg/environments/myenv/analytics/exports/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd
  • state (type: String.t, default: nil) - Output only. Status of the export job. Valid values include enqueued, running, completed, and failed.
  • updated (type: String.t, default: nil) - Output only. Time the export job was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Export{
  created: String.t() | nil,
  datastoreName: String.t() | nil,
  description: String.t() | nil,
  error: String.t() | nil,
  executionTime: String.t() | nil,
  name: String.t() | nil,
  self: String.t() | nil,
  state: String.t() | nil,
  updated: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.