google_api_analytics_reporting v0.13.0 GoogleApi.AnalyticsReporting.V4.Model.DynamicSegment View Source

Dynamic segment definition for defining the segment within the request. A segment can select users, sessions or both.

Attributes

  • name (type: String.t, default: nil) - The name of the dynamic segment.
  • sessionSegment (type: GoogleApi.AnalyticsReporting.V4.Model.SegmentDefinition.t, default: nil) - Session Segment to select sessions to include in the segment.
  • userSegment (type: GoogleApi.AnalyticsReporting.V4.Model.SegmentDefinition.t, default: nil) - User Segment to select users to include in the segment.

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() :: %GoogleApi.AnalyticsReporting.V4.Model.DynamicSegment{
  name: String.t(),
  sessionSegment: GoogleApi.AnalyticsReporting.V4.Model.SegmentDefinition.t(),
  userSegment: GoogleApi.AnalyticsReporting.V4.Model.SegmentDefinition.t()
}

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.