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