Sha256: 8a08219529a86a2c51dd2662e1d62fa8de550229fdef2a887e1690f20e6f9f0e
Contents?: true
Size: 1.11 KB
Versions: 9
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::V2018_02_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
9 entries across 9 versions & 1 rubygems