Sha256: b0665418f65088723e23090784c4811ed6260ccf927c4cd5ac182bbec16013af
Contents?: true
Size: 1.62 KB
Versions: 2
Compression:
Stored size: 1.62 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::MediaServices::Mgmt::V2020_05_01 module Models # # The Streaming Locators associated with this Asset. # class ListStreamingLocatorsResponse include MsRestAzure # @return [Array<AssetStreamingLocator>] The list of Streaming Locators. attr_accessor :streaming_locators # # Mapper for ListStreamingLocatorsResponse class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ListStreamingLocatorsResponse', type: { name: 'Composite', class_name: 'ListStreamingLocatorsResponse', model_properties: { streaming_locators: { client_side_validation: true, required: false, read_only: true, serialized_name: 'streamingLocators', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AssetStreamingLocatorElementType', type: { name: 'Composite', class_name: 'AssetStreamingLocator' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems