google_api_analytics_reporting v0.2.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 (String.t): The name of the dynamic segment. Defaults to: null.
  • sessionSegment (SegmentDefinition): Session Segment to select sessions to include in the segment. Defaults to: null.
  • userSegment (SegmentDefinition): User Segment to select users to include in the segment. 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() :: %GoogleApi.AnalyticsReporting.V4.Model.DynamicSegment{
  name: any(),
  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.