struct

API::V1::Serializers::Account::Source::Field

Inherits JSON::Serializable < Struct < Value < Object

Carries the raw value.

Constructors

new(name : String, value : String, verified_at : String | Nil = nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

name
Source
name=(name : String)
Source
value
Source
value=(value : String)
Source
verified_at
Source
verified_at=(verified_at : String | Nil)
Source