Class: Cadenya::Models::AccountInfo

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/cadenya/models/account_info.rb

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

#initialize(global_api_key: nil, webhook_events_hmac_secret: nil) ⇒ Object

Some parameter documentations has been truncated, see Cadenya::Models::AccountInfo for more details.

Server-populated information about the account.

Parameters:

  • global_api_key (Cadenya::Models::APIKey) (defaults to: nil)

    An API key for the account. Use workspace-association RPCs to grant the

  • webhook_events_hmac_secret (String) (defaults to: nil)

    The generated secret that will sign all webhooks that are sent to your configure



# File 'lib/cadenya/models/account_info.rb', line 24