Module: Amocrm::Internal::Type::RequestParameters Private
- Included in:
- Models::AccountGetParams, Models::CallCreateParams, Models::CatalogCreateParams, Models::CatalogElementCreateParams, Models::CatalogElementGetByIDParams, Models::CatalogElementListParams, Models::CatalogElementUpdateByIDParams, Models::CatalogElementUpdateParams, Models::CatalogGetByIDParams, Models::CatalogListParams, Models::CatalogUpdateByIDParams, Models::CatalogUpdateParams, Models::CompanyCreateParams, Models::CompanyGetByIDParams, Models::CompanyListParams, Models::CompanyUpdateByIDParams, Models::CompanyUpdateParams, Models::ContactChatLinkParams, Models::ContactChatListParams, Models::ContactCreateParams, Models::ContactGetByIDParams, Models::ContactListParams, Models::ContactUpdateByIDParams, Models::ContactUpdateParams, Models::CustomFieldCreateParams, Models::CustomFieldDeleteByIDParams, Models::CustomFieldGetByIDParams, Models::CustomFieldGroupCreateParams, Models::CustomFieldGroupDeleteByIDParams, Models::CustomFieldGroupGetByIDParams, Models::CustomFieldGroupListParams, Models::CustomFieldGroupUpdateByIDParams, Models::CustomFieldListParams, Models::CustomFieldUpdateByIDParams, Models::CustomFieldUpdateParams, Models::CustomerBonusPointChangeParams, Models::CustomerCreateParams, Models::CustomerGetByIDParams, Models::CustomerListParams, Models::CustomerSegmentCreateParams, Models::CustomerSegmentDeleteByIDParams, Models::CustomerSegmentGetByIDParams, Models::CustomerSegmentListParams, Models::CustomerSegmentUpdateByIDParams, Models::CustomerStatusCreateParams, Models::CustomerStatusDeleteByIDParams, Models::CustomerStatusGetByIDParams, Models::CustomerStatusListParams, Models::CustomerStatusUpdateByIDParams, Models::CustomerTransactionCreateParams, Models::CustomerTransactionDeleteByIDParams, Models::CustomerTransactionListByCustomerParams, Models::CustomerTransactionListParams, Models::CustomerUpdateByIDParams, Models::CustomerUpdateParams, Models::CustomersModeSetModeParams, Models::EntityFollowerAddParams, Models::EntityFollowerListParams, Models::EntityFollowerRemoveParams, Models::EntityLinkLinkByEntityParams, Models::EntityLinkLinkParams, Models::EntityLinkListByEntityParams, Models::EntityLinkListParams, Models::EntityLinkUnlinkByEntityParams, Models::EntityLinkUnlinkParams, Models::EntityNoteCreateParams, Models::EntityNoteGetByIDParams, Models::EntityNoteListParams, Models::EntityNotePinParams, Models::EntityNoteUnpinParams, Models::EntityNoteUpdateByIDParams, Models::EntityNoteUpdateParams, Models::EntityNotesByParentCreateByParentParams, Models::EntityNotesByParentGetByParentIDParams, Models::EntityNotesByParentListByParentParams, Models::EntityNotesByParentUpdateByParentIDParams, Models::EntityNotesByParentUpdateByParentParams, Models::EventGetByIDParams, Models::EventListParams, Models::EventListTypesParams, Models::LeadCreateComplexParams, Models::LeadCreateParams, Models::LeadGetByIDParams, Models::LeadListParams, Models::LeadUpdateByIDParams, Models::LeadUpdateParams, Models::PipelineCreateParams, Models::PipelineDeleteByIDParams, Models::PipelineGetByIDParams, Models::PipelineListParams, Models::PipelineStatusCreateParams, Models::PipelineStatusDeleteByIDParams, Models::PipelineStatusGetByIDParams, Models::PipelineStatusListParams, Models::PipelineStatusUpdateByIDParams, Models::PipelineStatusUpdateParams, Models::PipelineUpdateByIDParams, Models::PipelineUpdateParams, Models::RoleCreateParams, Models::RoleDeleteByIDParams, Models::RoleGetByIDParams, Models::RoleListParams, Models::RoleUpdateByIDParams, Models::SalesbotRunParams, Models::ShortLinkCreateParams, Models::SourceCreateParams, Models::SourceDeleteByIDParams, Models::SourceDeleteParams, Models::SourceGetByIDParams, Models::SourceListParams, Models::SourceUpdateByIDParams, Models::SourceUpdateParams, Models::TagCreateParams, Models::TagListParams, Models::TalkCloseParams, Models::TalkGetByIDParams, Models::TaskCreateParams, Models::TaskGetByIDParams, Models::TaskListParams, Models::TaskUpdateByIDParams, Models::TaskUpdateParams, Models::UnsortedLeadAcceptParams, Models::UnsortedLeadCreateFormsParams, Models::UnsortedLeadDeclineParams, Models::UserCreateParams, Models::UserGetByIDParams, Models::UserListParams, Models::WebhookListParams, Models::WebhookSubscribeParams, Models::WebhookUnsubscribeParams, Models::WebsiteButtonConnectOnlineChatParams, Models::WebsiteButtonCreateParams, Models::WebsiteButtonGetBySourceIDParams, Models::WebsiteButtonListParams, Models::WebsiteButtonUpdateParams, Models::WidgetBotContinueContinueParams, Models::WidgetGetByCodeParams, Models::WidgetInstallParams, Models::WidgetListParams, Models::WidgetUninstallParams
- Defined in:
- lib/amocrm/internal/type/request_parameters.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: Converter
Instance Attribute Summary collapse
-
#request_options ⇒ Object
Options to specify HTTP behaviour for this request.
Class Method Summary collapse
- .included(mod) ⇒ Object private
Instance Attribute Details
#request_options ⇒ Object
Options to specify HTTP behaviour for this request.
@return [Amocrm::RequestOptions, Hash{Symbol=>Object}]
|
|
# File 'lib/amocrm/internal/type/request_parameters.rb', line 8
|
Class Method Details
.included(mod) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 17 18 |
# File 'lib/amocrm/internal/type/request_parameters.rb', line 14 def self.included(mod) raise ArgumentError.new(mod) unless mod <= Amocrm::Internal::Type::BaseModel mod.optional(:request_options, Amocrm::RequestOptions) end |