struct Facebook::Proto::MusicVideoCopyright

Included Modules

Defined in:

cli/proto/facebook/MusicVideoCopyright.pb.cr

Constant Summary

FIELDS = {1 => {name: :id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :creation_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :displayed_matches_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :in_conflict, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :isrc, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :ownership_countries, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 7 => {name: :reference_file_status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :ridge_monitoring_status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :update_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :whitelisted_ig_users, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, 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(id : String | Nil = nil, creation_time : Datetime | Nil = nil, displayed_matches_count : Int64 | Nil = nil, in_conflict : Bool | Nil = nil, isrc : String | Nil = nil, ownership_countries : Array(String) | Nil = nil, reference_file_status : String | Nil = nil, ridge_monitoring_status : String | Nil = nil, update_time : Datetime | Nil = nil, whitelisted_ig_users : Array(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 creation_time : Datetime | Nil #

def creation_time=(creation_time : Datetime | Nil) #

def displayed_matches_count : Int64 | Nil #

def displayed_matches_count=(displayed_matches_count : Int64 | Nil) #

def id : String | Nil #

def id=(id : String | Nil) #

def in_conflict : Bool | Nil #

def in_conflict=(in_conflict : Bool | Nil) #

def isrc : String | Nil #

def isrc=(isrc : String | Nil) #

def ownership_countries : Array(String) | Nil #

def ownership_countries=(ownership_countries : Array(String) | Nil) #

def ownership_countries=(ownership_countries : Array(String) | Nil) #

def reference_file_status : String | Nil #

def reference_file_status=(reference_file_status : String | Nil) #

def ridge_monitoring_status : String | Nil #

def ridge_monitoring_status=(ridge_monitoring_status : String | Nil) #

def to_hash #

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

def to_protobuf #

def update_time : Datetime | Nil #

def update_time=(update_time : Datetime | Nil) #

def whitelisted_ig_users : Array(String) | Nil #

def whitelisted_ig_users=(whitelisted_ig_users : Array(String) | Nil) #

def whitelisted_ig_users=(whitelisted_ig_users : Array(String) | Nil) #