Sha256: 113fd27f8c9db86f8547df4bfd7ad22c6506da2e7b25a7a2d113614df9a9a7bb
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.8.0 | lib/generated/azure_mgmt_web/models/api_definition_info.rb |