Sha256: 33df878385f4aec38057d1ee6c2f377da7fefca9bd198fa1b06c334366858f06
Contents?: true
Size: 1.11 KB
Versions: 11
Compression:
Stored size: 1.11 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::Web::Mgmt::V2016_08_01 module Models # # Information about the formal API definition for the app. # class ApiDefinitionInfo include MsRestAzure # @return [String] The URL of the API definition. attr_accessor :url # # Mapper for ApiDefinitionInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApiDefinitionInfo', type: { name: 'Composite', class_name: 'ApiDefinitionInfo', model_properties: { url: { client_side_validation: true, required: false, serialized_name: 'url', type: { name: 'String' } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems