Sha256: fe3df5379e80356a7b57fb854bbb2d3eedd9dbd701b34a8b86a7ad2ca01b7b7c
Contents?: true
Size: 1.11 KB
Versions: 10
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::V2015_04_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
10 entries across 10 versions & 1 rubygems