Sha256: cb9ce6f309ae0ecdc96d393a3703008f9d2d4aada0a1523d96ce2517b9ef629d
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Web module Models # # Information about the formal API definition for the web 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() { required: false, serialized_name: 'ApiDefinitionInfo', type: { name: 'Composite', class_name: 'ApiDefinitionInfo', model_properties: { url: { required: false, serialized_name: 'url', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems