class Azure::Web::Mgmt::V2015_04_01::Models::ApiDefinitionInfo
Information about the formal API definition for the app.
Attributes
url[RW]
@return [String] The URL of the API definition.
Public Class Methods
mapper()
click to toggle source
Mapper for ApiDefinitionInfo
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-04-01/generated/azure_mgmt_web/models/api_definition_info.rb, line 23 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