Sha256: ecfe0a555229f88ef37e7865ae7688b9c626a3fe0e5ca9e5290a3ad4f78ab012
Contents?: true
Size: 1.62 KB
Versions: 9
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::V2018_07_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
9 entries across 9 versions & 1 rubygems