google_api_analytics v0.5.0 GoogleApi.Analytics.V3.Model.WebPropertySummary View Source

JSON template for an Analytics WebPropertySummary. WebPropertySummary returns basic information (i.e., summary) for a web property.

Attributes

  • id (type: String.t, default: nil) - Web property ID of the form UA-XXXXX-YY.
  • internalWebPropertyId (type: String.t, default: nil) - Internal ID for this web property.
  • kind (type: String.t, default: analytics#webPropertySummary) - Resource type for Analytics WebPropertySummary.
  • level (type: String.t, default: nil) - Level for this web property. Possible values are STANDARD or PREMIUM.
  • name (type: String.t, default: nil) - Web property name.
  • profiles (type: list(GoogleApi.Analytics.V3.Model.ProfileSummary.t), default: nil) - List of profiles under this web property.
  • starred (type: boolean(), default: nil) - Indicates whether this web property is starred or not.
  • websiteUrl (type: String.t, default: nil) - Website url for this web property.

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.WebPropertySummary{
  id: String.t(),
  internalWebPropertyId: String.t(),
  kind: String.t(),
  level: String.t(),
  name: String.t(),
  profiles: [GoogleApi.Analytics.V3.Model.ProfileSummary.t()],
  starred: boolean(),
  websiteUrl: 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.