Module: SafetyKit::Models::DataUpdateSettingsParams::Schema::ContentType

Extended by:
Internal::Type::Enum
Defined in:
lib/safety_kit/models/data_update_settings_params.rb

Overview

The type of content (image_url, video_url, audio_url, website_url, datetime, metadata, or card). When specified as a URL type, SafetyKit will process the URL. Use ‘metadata’ for fields that should be stored but not indexed.

See Also:

Constant Summary collapse

IMAGE_URL =
:image_url
VIDEO_URL =
:video_url
AUDIO_URL =
:audio_url
WEBSITE_URL =
:website_url
DATETIME =
:datetime
METADATA =
:metadata
CARD =
:card

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

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