google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.RequestMetadata View Source
Common data that is in each API request.
Attributes
- experimentIds ([String.t]): Experiment IDs the current request belongs to. Defaults to:
null
. - locale (String.t): Locale to use for the current request. Defaults to:
null
. - partnersSessionId (String.t): Google Partners session ID. Defaults to:
null
. - trafficSource (TrafficSource): Source of traffic for the current request. Defaults to:
null
. - userOverrides (UserOverrides): Values to use instead of the user's respective defaults for the current request. These are only honored by whitelisted products. 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.Partners.V2.Model.RequestMetadata{ experimentIds: [any()], locale: any(), partnersSessionId: any(), trafficSource: GoogleApi.Partners.V2.Model.TrafficSource.t(), userOverrides: GoogleApi.Partners.V2.Model.UserOverrides.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.