Class: SafetyKit::Models::Beta::EventCreateParams::Body::UnionMember4::CreateAccount::Properties

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/safety_kit/models/beta/event_create_params.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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

This class inherits a constructor from SafetyKit::Internal::Type::BaseModel

Instance Attribute Details

#account_stateString?

Current account lifecycle or moderation state.

Returns:

  • (String, nil)


2092
# File 'lib/safety_kit/models/beta/event_create_params.rb', line 2092

optional :account_state, String

#account_typesArray<String>?

Stable account categories in your product.

Returns:

  • (Array<String>, nil)


2098
# File 'lib/safety_kit/models/beta/event_create_params.rb', line 2098

optional :account_types, SafetyKit::Internal::Type::ArrayOf[String]

#countryString?

Country associated with the account.

Returns:

  • (String, nil)


2104
# File 'lib/safety_kit/models/beta/event_create_params.rb', line 2104

optional :country, String

#email_verifiedBoolean?

Whether the account’s email address has been verified.

Returns:

  • (Boolean, nil)


2110
# File 'lib/safety_kit/models/beta/event_create_params.rb', line 2110

optional :email_verified, SafetyKit::Internal::Type::Boolean