Class: OursprivacyIngest::Models::BatchCreateParams::Event::IdentityContext

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/oursprivacy_ingest/models/batch_create_params.rb,
sig/oursprivacy_ingest/models/batch_create_params.rbs

Overview

See Also:

  • OursprivacyIngest::Models::BatchCreateParams::Event#identity_context

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#initializeIdentityContext

Returns a new instance of IdentityContext.

Parameters:

  • ip: (String)
  • user_agent: (String)


500
# File 'sig/oursprivacy_ingest/models/batch_create_params.rbs', line 500

def initialize: (ip: String, user_agent: String) -> void

Instance Attribute Details

#ipString

The end-user IP address (not the server IP).

Parameters:

  • value (String)

Returns:

  • (String)


804
# File 'lib/oursprivacy_ingest/models/batch_create_params.rb', line 804

required :ip, String

#user_agentString

The end-user User-Agent string (not the server UA).

Parameters:

  • value (String)

Returns:

  • (String)


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 }

Returns:

  • ({ 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 }