Class: OursprivacyIngest::Models::BatchCreateParams::Event::IdentityContext
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OursprivacyIngest::Models::BatchCreateParams::Event::IdentityContext
- Defined in:
- lib/oursprivacy_ingest/models/batch_create_params.rb,
sig/oursprivacy_ingest/models/batch_create_params.rbs
Overview
Instance Attribute Summary collapse
-
#ip ⇒ String
The end-user IP address (not the server IP).
-
#user_agent ⇒ String
The end-user User-Agent string (not the server UA).
Instance Method Summary collapse
-
#initialize ⇒ IdentityContext
constructor
A new instance of IdentityContext.
- #to_hash ⇒ { ip: String, user_agent: String }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ IdentityContext
Returns a new instance of IdentityContext.
500 |
# File 'sig/oursprivacy_ingest/models/batch_create_params.rbs', line 500
def initialize: (ip: String, user_agent: String) -> void
|
Instance Attribute Details
#ip ⇒ String
The end-user IP address (not the server IP).
804 |
# File 'lib/oursprivacy_ingest/models/batch_create_params.rb', line 804 required :ip, String |
#user_agent ⇒ String
The end-user User-Agent string (not the server UA).
810 |
# File 'lib/oursprivacy_ingest/models/batch_create_params.rb', line 810 required :user_agent, String, api_name: :userAgent |
Instance Method Details
#to_hash ⇒ { ip: String, user_agent: String }
502 |
# File 'sig/oursprivacy_ingest/models/batch_create_params.rbs', line 502
def to_hash: -> { ip: String, user_agent: String }
|