API::V1::Serializers::Account::Source
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(attribution_domains : Array(String), note : String, fields : Array(Field), privacy : String, sensitive : Bool, language : String, follow_requests_count : Int64, indexable : Bool, quote_policy : String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
attribution_domains
Sourcefields
Sourcefollow_requests_count
Sourcefollow_requests_count=(follow_requests_count : Int64)
Sourceindexable
Sourceindexable=(indexable : Bool)
Sourcelanguage
Sourcelanguage=(language : String)
Sourcenote
Sourcenote=(note : String)
Sourceprivacy
Sourceprivacy=(privacy : String)
Sourcequote_policy
Sourcequote_policy=(quote_policy : String)
Sourcesensitive
Sourcesensitive=(sensitive : Bool)
Source