google_api_analytics_reporting v0.0.1 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): 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.