google_api_analytics v0.7.0 GoogleApi.Analytics.V3.Model.CustomDataSource View Source

JSON template for an Analytics custom data source.

Attributes

  • accountId (type: String.t, default: nil) - Account ID to which this custom data source belongs.
  • childLink (type: GoogleApi.Analytics.V3.Model.CustomDataSourceChildLink.t, default: nil) -
  • created (type: DateTime.t, default: nil) - Time this custom data source was created.
  • description (type: String.t, default: nil) - Description of custom data source.
  • id (type: String.t, default: nil) - Custom data source ID.
  • importBehavior (type: String.t, default: nil) -
  • kind (type: String.t, default: analytics#customDataSource) - Resource type for Analytics custom data source.
  • name (type: String.t, default: nil) - Name of this custom data source.
  • parentLink (type: GoogleApi.Analytics.V3.Model.CustomDataSourceParentLink.t, default: nil) - Parent link for this custom data source. Points to the web property to which this custom data source belongs.
  • profilesLinked (type: list(String.t), default: nil) - IDs of views (profiles) linked to the custom data source.
  • schema (type: list(String.t), default: nil) - Collection of schema headers of the custom data source.
  • selfLink (type: String.t, default: nil) - Link for this Analytics custom data source.
  • type (type: String.t, default: nil) - Type of the custom data source.
  • updated (type: DateTime.t, default: nil) - Time this custom data source was last modified.
  • uploadType (type: String.t, default: nil) - Upload type of the custom data source.
  • webPropertyId (type: String.t, default: nil) - Web property ID of the form UA-XXXXX-YY to which this custom data source belongs.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Analytics.V3.Model.CustomDataSource{
  accountId: String.t(),
  childLink: GoogleApi.Analytics.V3.Model.CustomDataSourceChildLink.t(),
  created: DateTime.t(),
  description: String.t(),
  id: String.t(),
  importBehavior: String.t(),
  kind: String.t(),
  name: String.t(),
  parentLink: GoogleApi.Analytics.V3.Model.CustomDataSourceParentLink.t(),
  profilesLinked: [String.t()],
  schema: [String.t()],
  selfLink: String.t(),
  type: String.t(),
  updated: DateTime.t(),
  uploadType: String.t(),
  webPropertyId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.