struct Facebook::Proto::MusicVideoCopyright
- Facebook::Proto::MusicVideoCopyright
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/MusicVideoCopyright.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .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)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #creation_time : Datetime | Nil
- #creation_time=(creation_time : Datetime | Nil)
- #displayed_matches_count : Int64 | Nil
- #displayed_matches_count=(displayed_matches_count : Int64 | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #in_conflict : Bool | Nil
- #in_conflict=(in_conflict : Bool | Nil)
- #isrc : String | Nil
- #isrc=(isrc : String | Nil)
- #ownership_countries : Array(String) | Nil
- #ownership_countries=(ownership_countries : Array(String) | Nil)
- #ownership_countries=(ownership_countries : Array(String) | Nil)
- #reference_file_status : String | Nil
- #reference_file_status=(reference_file_status : String | Nil)
- #ridge_monitoring_status : String | Nil
- #ridge_monitoring_status=(ridge_monitoring_status : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #update_time : Datetime | Nil
- #update_time=(update_time : Datetime | Nil)
- #whitelisted_ig_users : Array(String) | Nil
- #whitelisted_ig_users=(whitelisted_ig_users : Array(String) | Nil)
- #whitelisted_ig_users=(whitelisted_ig_users : Array(String) | Nil)
Constructor Detail
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)
#