Sha256: 4350b88b9b6eb37c6a601b919339434ad46b0cf0b1b315a6681639372edbdbd1
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 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 live event endpoint. # class LiveEventEndpoint include MsRestAzure # @return [String] The endpoint protocol. attr_accessor :protocol # @return [String] The endpoint URL. attr_accessor :url # # Mapper for LiveEventEndpoint class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LiveEventEndpoint', type: { name: 'Composite', class_name: 'LiveEventEndpoint', model_properties: { protocol: { client_side_validation: true, required: false, serialized_name: 'protocol', type: { name: 'String' } }, url: { client_side_validation: true, required: false, serialized_name: 'url', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems