Class: ModerationAPI::Models::WebhookEvent::QueueItemResolved::Data::Object::Item::Label::Match::Signals
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModerationAPI::Models::WebhookEvent::QueueItemResolved::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::QueueItemResolved::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 2926
|
Instance Attribute Details
#bot_protection ⇒ Boolean?
2880 |
# File 'lib/moderation_api/models/webhook_event.rb', line 2880 required :bot_protection, ModerationAPI::Internal::Type::Boolean, nil?: true |
#brand_impersonation ⇒ ModerationAPI::Models::WebhookEvent::QueueItemResolved::Data::Object::Item::Label::Match::Signals::BrandImpersonation?
2885 2886 2887 2888 2889 |
# File 'lib/moderation_api/models/webhook_event.rb', line 2885 required :brand_impersonation, -> { ModerationAPI::WebhookEvent::QueueItemResolved::Data::Object::Item::Label::Match::Signals::BrandImpersonation }, nil?: true |
#domain_age_days ⇒ Float?
2894 |
# File 'lib/moderation_api/models/webhook_event.rb', line 2894 required :domain_age_days, Float, nil?: true |
#final_url ⇒ String?
2899 |
# File 'lib/moderation_api/models/webhook_event.rb', line 2899 required :final_url, String, nil?: true |
#has_email_setup ⇒ Boolean?
2904 |
# File 'lib/moderation_api/models/webhook_event.rb', line 2904 required :has_email_setup, ModerationAPI::Internal::Type::Boolean, nil?: true |
#has_suspicious_characters ⇒ Boolean
2909 |
# File 'lib/moderation_api/models/webhook_event.rb', line 2909 required :has_suspicious_characters, ModerationAPI::Internal::Type::Boolean |
#is_link_shortener ⇒ Boolean
2914 |
# File 'lib/moderation_api/models/webhook_event.rb', line 2914 required :is_link_shortener, ModerationAPI::Internal::Type::Boolean |
#is_reported ⇒ Boolean
2919 |
# File 'lib/moderation_api/models/webhook_event.rb', line 2919 required :is_reported, ModerationAPI::Internal::Type::Boolean |
#redirect_count ⇒ Float?
2924 |
# File 'lib/moderation_api/models/webhook_event.rb', line 2924 required :redirect_count, Float, nil?: true |