struct Facebook::Proto::VideoCopyright
- Facebook::Proto::VideoCopyright
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/VideoCopyright.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: :content_category, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :copyright_content_id, pb_type: :string, crystal_type: String, cast_type: String?, 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: :monitoring_status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :monitoring_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :reference_file_disabled, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :reference_file_disabled_by_ops, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :reference_file_expired, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :reference_owner_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :whitelisted_ids, 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, content_category : String | Nil = nil, copyright_content_id : String | Nil = nil, in_conflict : Bool | Nil = nil, monitoring_status : String | Nil = nil, monitoring_type : String | Nil = nil, reference_file_disabled : Bool | Nil = nil, reference_file_disabled_by_ops : Bool | Nil = nil, reference_file_expired : Bool | Nil = nil, reference_owner_id : String | Nil = nil, whitelisted_ids : Array(String) | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #content_category : String | Nil
- #content_category=(content_category : String | Nil)
- #copyright_content_id : String | Nil
- #copyright_content_id=(copyright_content_id : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #in_conflict : Bool | Nil
- #in_conflict=(in_conflict : Bool | Nil)
- #monitoring_status : String | Nil
- #monitoring_status=(monitoring_status : String | Nil)
- #monitoring_type : String | Nil
- #monitoring_type=(monitoring_type : String | Nil)
- #reference_file_disabled : Bool | Nil
- #reference_file_disabled=(reference_file_disabled : Bool | Nil)
- #reference_file_disabled_by_ops : Bool | Nil
- #reference_file_disabled_by_ops=(reference_file_disabled_by_ops : Bool | Nil)
- #reference_file_expired : Bool | Nil
- #reference_file_expired=(reference_file_expired : Bool | Nil)
- #reference_owner_id : String | Nil
- #reference_owner_id=(reference_owner_id : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #whitelisted_ids : Array(String) | Nil
- #whitelisted_ids=(whitelisted_ids : Array(String) | Nil)
- #whitelisted_ids=(whitelisted_ids : Array(String) | Nil)
Constructor Detail
def self.new(id : String | Nil = nil, content_category : String | Nil = nil, copyright_content_id : String | Nil = nil, in_conflict : Bool | Nil = nil, monitoring_status : String | Nil = nil, monitoring_type : String | Nil = nil, reference_file_disabled : Bool | Nil = nil, reference_file_disabled_by_ops : Bool | Nil = nil, reference_file_expired : Bool | Nil = nil, reference_owner_id : String | Nil = nil, whitelisted_ids : Array(String) | Nil = nil)
#