Sha256: 6301636ea0e19736690dfd4ed122320186c947be13b4430b2cf75f332ff129f2
Contents?: true
Size: 1.63 KB
Versions: 4
Compression:
Stored size: 1.63 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::V2019_05_01_preview 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
4 entries across 4 versions & 1 rubygems