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

JSON template for an Analytics account filter.

Attributes

  • accountId (type: String.t, default: nil) - Account ID to which this filter belongs.
  • advancedDetails (type: GoogleApi.Analytics.V3.Model.FilterAdvancedDetails.t, default: nil) - Details for the filter of the type ADVANCED.
  • created (type: DateTime.t, default: nil) - Time this filter was created.
  • excludeDetails (type: GoogleApi.Analytics.V3.Model.FilterExpression.t, default: nil) - Details for the filter of the type EXCLUDE.
  • id (type: String.t, default: nil) - Filter ID.
  • includeDetails (type: GoogleApi.Analytics.V3.Model.FilterExpression.t, default: nil) - Details for the filter of the type INCLUDE.
  • kind (type: String.t, default: analytics#filter) - Resource type for Analytics filter.
  • lowercaseDetails (type: GoogleApi.Analytics.V3.Model.FilterLowercaseDetails.t, default: nil) - Details for the filter of the type LOWER.
  • name (type: String.t, default: nil) - Name of this filter.
  • parentLink (type: GoogleApi.Analytics.V3.Model.FilterParentLink.t, default: nil) - Parent link for this filter. Points to the account to which this filter belongs.
  • searchAndReplaceDetails (type: GoogleApi.Analytics.V3.Model.FilterSearchAndReplaceDetails.t, default: nil) - Details for the filter of the type SEARCH_AND_REPLACE.
  • selfLink (type: String.t, default: nil) - Link for this filter.
  • type (type: String.t, default: nil) - Type of this filter. Possible values are INCLUDE, EXCLUDE, LOWERCASE, UPPERCASE, SEARCH_AND_REPLACE and ADVANCED.
  • updated (type: DateTime.t, default: nil) - Time this filter was last modified.
  • uppercaseDetails (type: GoogleApi.Analytics.V3.Model.FilterUppercaseDetails.t, default: nil) - Details for the filter of the type UPPER.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

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.