Class: OpenApiSDK::Operations::RetrieveAnalyticsRequest
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::RetrieveAnalyticsRequest
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/retrieveanalytics_request.rb
Instance Method Summary collapse
-
#initialize(browser: nil, city: nil, country: nil, device: nil, domain: nil, end_: nil, event: nil, external_id: nil, group_by: nil, interval: nil, key: nil, link_id: nil, os: nil, qr: nil, referer: nil, root: nil, start: nil, tag_id: nil, timezone: nil, url: nil) ⇒ RetrieveAnalyticsRequest
constructor
A new instance of RetrieveAnalyticsRequest.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(browser: nil, city: nil, country: nil, device: nil, domain: nil, end_: nil, event: nil, external_id: nil, group_by: nil, interval: nil, key: nil, link_id: nil, os: nil, qr: nil, referer: nil, root: nil, start: nil, tag_id: nil, timezone: nil, url: nil) ⇒ RetrieveAnalyticsRequest
Returns a new instance of RetrieveAnalyticsRequest.
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
# File 'lib/open_api_sdk/models/operations/retrieveanalytics_request.rb', line 57 def initialize(browser: nil, city: nil, country: nil, device: nil, domain: nil, end_: nil, event: nil, external_id: nil, group_by: nil, interval: nil, key: nil, link_id: nil, os: nil, qr: nil, referer: nil, root: nil, start: nil, tag_id: nil, timezone: nil, url: nil) @browser = browser @city = city @country = country @device = device @domain = domain @end_ = end_ @event = event @external_id = external_id @group_by = group_by @interval = interval @key = key @link_id = link_id @os = os @qr = qr @referer = referer @root = root @start = start @tag_id = tag_id @timezone = timezone @url = url end |