google_api_analytics v0.4.0 GoogleApi.Analytics.V3.Model.Segment View Source
JSON template for an Analytics segment.
Attributes
created
(type:DateTime.t
, default:nil
) - Time the segment was created.definition
(type:String.t
, default:nil
) - Segment definition.id
(type:String.t
, default:nil
) - Segment ID.kind
(type:String.t
, default:analytics#segment
) - Resource type for Analytics segment.name
(type:String.t
, default:nil
) - Segment name.segmentId
(type:String.t
, default:nil
) - Segment ID. Can be used with the 'segment' parameter in Core Reporting API.selfLink
(type:String.t
, default:nil
) - Link for this segment.type
(type:String.t
, default:nil
) - Type for a segment. Possible values are "BUILT_IN" or "CUSTOM".updated
(type:DateTime.t
, default:nil
) - Time the segment was last modified.
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 Sourcet() :: %GoogleApi.Analytics.V3.Model.Segment{ created: DateTime.t(), definition: String.t(), id: String.t(), kind: String.t(), name: String.t(), segmentId: String.t(), selfLink: String.t(), type: String.t(), updated: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.