google_api_analytics_reporting v0.2.0 GoogleApi.AnalyticsReporting.V4.Model.SegmentDefinition View Source
SegmentDefinition defines the segment to be a set of SegmentFilters which are combined together with a logical `AND` operation.
Attributes
- segmentFilters ([SegmentFilter]): A segment is defined by a set of segment filters which are combined together with a logical `AND` operation. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.SegmentDefinition{
segmentFilters: [GoogleApi.AnalyticsReporting.V4.Model.SegmentFilter.t()]
}
t() :: %GoogleApi.AnalyticsReporting.V4.Model.SegmentDefinition{ segmentFilters: [GoogleApi.AnalyticsReporting.V4.Model.SegmentFilter.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.