Class: ModerationAPI::Models::WebhookEvent::QueueItemRejected::Data::Object::Item::Label::Match::Signals
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModerationAPI::Models::WebhookEvent::QueueItemRejected::Data::Object::Item::Label::Match::Signals
- Defined in:
- lib/moderation_api/models/webhook_event.rb
Overview
Defined Under Namespace
Classes: BrandImpersonation
Instance Attribute Summary collapse
- #bot_protection ⇒ Boolean?
- #brand_impersonation ⇒ ModerationAPI::Models::WebhookEvent::QueueItemRejected::Data::Object::Item::Label::Match::Signals::BrandImpersonation?
- #domain_age_days ⇒ Float?
- #final_url ⇒ String?
- #has_email_setup ⇒ Boolean?
- #has_suspicious_characters ⇒ Boolean
- #is_link_shortener ⇒ Boolean
- #is_reported ⇒ Boolean
- #redirect_count ⇒ Float?
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(bot_protection:, brand_impersonation:, domain_age_days:, final_url:, has_email_setup:, has_suspicious_characters:, is_link_shortener:, is_reported:, redirect_count:) ⇒ Object
|
|
# File 'lib/moderation_api/models/webhook_event.rb', line 5175
|
Instance Attribute Details
#bot_protection ⇒ Boolean?
5129 |
# File 'lib/moderation_api/models/webhook_event.rb', line 5129 required :bot_protection, ModerationAPI::Internal::Type::Boolean, nil?: true |
#brand_impersonation ⇒ ModerationAPI::Models::WebhookEvent::QueueItemRejected::Data::Object::Item::Label::Match::Signals::BrandImpersonation?
5134 5135 5136 5137 5138 |
# File 'lib/moderation_api/models/webhook_event.rb', line 5134 required :brand_impersonation, -> { ModerationAPI::WebhookEvent::QueueItemRejected::Data::Object::Item::Label::Match::Signals::BrandImpersonation }, nil?: true |
#domain_age_days ⇒ Float?
5143 |
# File 'lib/moderation_api/models/webhook_event.rb', line 5143 required :domain_age_days, Float, nil?: true |
#final_url ⇒ String?
5148 |
# File 'lib/moderation_api/models/webhook_event.rb', line 5148 required :final_url, String, nil?: true |
#has_email_setup ⇒ Boolean?
5153 |
# File 'lib/moderation_api/models/webhook_event.rb', line 5153 required :has_email_setup, ModerationAPI::Internal::Type::Boolean, nil?: true |
#has_suspicious_characters ⇒ Boolean
5158 |
# File 'lib/moderation_api/models/webhook_event.rb', line 5158 required :has_suspicious_characters, ModerationAPI::Internal::Type::Boolean |
#is_link_shortener ⇒ Boolean
5163 |
# File 'lib/moderation_api/models/webhook_event.rb', line 5163 required :is_link_shortener, ModerationAPI::Internal::Type::Boolean |
#is_reported ⇒ Boolean
5168 |
# File 'lib/moderation_api/models/webhook_event.rb', line 5168 required :is_reported, ModerationAPI::Internal::Type::Boolean |
#redirect_count ⇒ Float?
5173 |
# File 'lib/moderation_api/models/webhook_event.rb', line 5173 required :redirect_count, Float, nil?: true |