google_api_analytics v0.9.0 GoogleApi.Analytics.V3.Model.Upload View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.