google_api_analytics v0.4.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 type
t()
View Sourcet() :: %GoogleApi.Analytics.V3.Model.Filter{ accountId: String.t(), advancedDetails: GoogleApi.Analytics.V3.Model.FilterAdvancedDetails.t(), created: DateTime.t(), excludeDetails: GoogleApi.Analytics.V3.Model.FilterExpression.t(), id: String.t(), includeDetails: GoogleApi.Analytics.V3.Model.FilterExpression.t(), kind: String.t(), lowercaseDetails: GoogleApi.Analytics.V3.Model.FilterLowercaseDetails.t(), name: String.t(), parentLink: GoogleApi.Analytics.V3.Model.FilterParentLink.t(), searchAndReplaceDetails: GoogleApi.Analytics.V3.Model.FilterSearchAndReplaceDetails.t(), selfLink: String.t(), type: String.t(), updated: DateTime.t(), uppercaseDetails: GoogleApi.Analytics.V3.Model.FilterUppercaseDetails.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.