View Source GoogleApi.Analytics.V3.Model.Upload (google_api_analytics v0.15.0)

Metadata returned for an upload operation.

Attributes

  • accountId (type: String.t, default: nil) - Account Id to which this upload belongs.
  • customDataSourceId (type: String.t, default: nil) - Custom data source Id to which this data import belongs.
  • errors (type: list(String.t), default: nil) - Data import errors collection.
  • id (type: String.t, default: nil) - A unique ID for this upload.
  • kind (type: String.t, default: analytics#upload) - Resource type for Analytics upload.
  • status (type: String.t, default: nil) - Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELETED.
  • uploadTime (type: DateTime.t, default: nil) - Time this file is uploaded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.Upload{
  accountId: String.t() | nil,
  customDataSourceId: String.t() | nil,
  errors: [String.t()] | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  status: String.t() | nil,
  uploadTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.