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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.WebPropertySummary{
  id: String.t() | nil,
  internalWebPropertyId: String.t() | nil,
  kind: String.t() | nil,
  level: String.t() | nil,
  name: String.t() | nil,
  profiles: [GoogleApi.Analytics.V3.Model.ProfileSummary.t()] | nil,
  starred: boolean() | nil,
  websiteUrl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.