struct TwitterAds::Proto::TweetsLookupError

Included Modules

Defined in:

twitter-ads/proto/tweets_lookup_error.pb.cr

Constant Summary

FIELDS = {1 => {name: :resource_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :parameter, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :resource_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :section, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :title, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :value, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :detail, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Fields = {} of String => Field

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(resource_id : String | Nil = nil, parameter : String | Nil = nil, resource_type : String | Nil = nil, section : String | Nil = nil, title : String | Nil = nil, value : String | Nil = nil, detail : String | Nil = nil, type : String | Nil = nil) #

def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def []=(key : String, val) #

def []?(key : String) #

def detail : String | Nil #

def detail=(detail : String | Nil) #

def parameter : String | Nil #

def parameter=(parameter : String | Nil) #

def resource_id : String | Nil #

def resource_id=(resource_id : String | Nil) #

def resource_type : String | Nil #

def resource_type=(resource_type : String | Nil) #

def section : String | Nil #

def section=(section : String | Nil) #

def title : String | Nil #

def title=(title : String | Nil) #

def to_hash #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #

def type : String | Nil #

def type=(type : String | Nil) #

def value : String | Nil #

def value=(value : String | Nil) #