API::V2::Serializers::Instance::Configuration::MediaAttachments
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(supported_mime_types : Array(String), description_limit : Int32, image_size_limit : Int32, image_matrix_limit : Int32, video_size_limit : Int32, video_frame_rate_limit : Int32, video_matrix_limit : Int32)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
description_limit
Sourcedescription_limit=(description_limit : Int32)
Sourceimage_matrix_limit
Sourceimage_matrix_limit=(image_matrix_limit : Int32)
Sourceimage_size_limit
Sourceimage_size_limit=(image_size_limit : Int32)
Sourcesupported_mime_types
Sourcevideo_frame_rate_limit
Sourcevideo_frame_rate_limit=(video_frame_rate_limit : Int32)
Sourcevideo_matrix_limit
Sourcevideo_matrix_limit=(video_matrix_limit : Int32)
Sourcevideo_size_limit
Sourcevideo_size_limit=(video_size_limit : Int32)
Source