Class: FastpixApiSDK::Models::Components::SimulcastResponseMetadata
- Inherits:
-
Object
- Object
- FastpixApiSDK::Models::Components::SimulcastResponseMetadata
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/fastpix_api_sdk/models/components/simulcastresponse_metadata.rb
Overview
Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ SimulcastResponseMetadata
constructor
A new instance of SimulcastResponseMetadata.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ SimulcastResponseMetadata
Returns a new instance of SimulcastResponseMetadata.
18 |
# File 'lib/fastpix_api_sdk/models/components/simulcastresponse_metadata.rb', line 18 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
21 22 23 24 |
# File 'lib/fastpix_api_sdk/models/components/simulcastresponse_metadata.rb', line 21 def ==(other) return false unless other.is_a? self.class true end |