struct

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

attribution_domains
Source
attribution_domains=(attribution_domains : Array(String))
Source
fields
Source
fields=(fields : Array(Field))
Source
follow_requests_count
Source
follow_requests_count=(follow_requests_count : Int64)
Source
indexable
Source
indexable=(indexable : Bool)
Source
language
Source
language=(language : String)
Source
note
Source
note=(note : String)
Source
privacy
Source
privacy=(privacy : String)
Source
quote_policy
Source
quote_policy=(quote_policy : String)
Source
sensitive
Source
sensitive=(sensitive : Bool)
Source

Nested types