Class: FastpixApiSDK::Models::Components::PatchLiveStreamRequestMetadata
- Inherits:
-
Object
- Object
- FastpixApiSDK::Models::Components::PatchLiveStreamRequestMetadata
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/fastpix_api_sdk/models/components/patchlivestreamrequest_metadata.rb
Overview
You can search for videos with specific key value pairs using metadata, when you tag a video in “key”:“value”s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ PatchLiveStreamRequestMetadata
constructor
A new instance of PatchLiveStreamRequestMetadata.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ PatchLiveStreamRequestMetadata
Returns a new instance of PatchLiveStreamRequestMetadata.
18 |
# File 'lib/fastpix_api_sdk/models/components/patchlivestreamrequest_metadata.rb', line 18 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
21 22 23 24 |
# File 'lib/fastpix_api_sdk/models/components/patchlivestreamrequest_metadata.rb', line 21 def ==(other) return false unless other.is_a? self.class true end |