Module: Amocrm::Models::WebsiteButtonUpdateResponse

Extended by:
Internal::Type::Union
Defined in:
lib/amocrm/models/website_button_update_response.rb

Overview

Defined Under Namespace

Classes: Problem, WebsiteButton

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#initialize(account_id: nil, button_id: nil, creation_status: nil, is_duplication_control_enabled: nil, name: nil, pipeline_id: nil, script: nil, source_id: nil) ⇒ Object

Parameters:

  • account_id (Integer) (defaults to: nil)
  • button_id (Integer) (defaults to: nil)
  • creation_status (String) (defaults to: nil)
  • is_duplication_control_enabled (Boolean) (defaults to: nil)
  • name (String) (defaults to: nil)
  • pipeline_id (Integer, nil) (defaults to: nil)
  • script (String, nil) (defaults to: nil)
  • source_id (Integer) (defaults to: nil)


# File 'lib/amocrm/models/website_button_update_response.rb', line 54