Sha256: d93eea9782afd7b8664e5c762f0ad3607426131c1697cc09885b9c8de9702779
Contents?: true
Size: 1.8 KB
Versions: 10
Compression:
Stored size: 1.8 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::V2016_03_01 module Models # # Collection of App Service plans. # class AppServicePlanCollection include MsRestAzure # @return [Array<AppServicePlan>] Collection of resources. attr_accessor :value # @return [String] Link to next page of resources. attr_accessor :next_link # # Mapper for AppServicePlanCollection class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AppServicePlanCollection', type: { name: 'Composite', class_name: 'AppServicePlanCollection', model_properties: { value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AppServicePlanElementType', type: { name: 'Composite', class_name: 'AppServicePlan' } } } }, next_link: { client_side_validation: true, required: false, serialized_name: 'nextLink', type: { name: 'String' } } } } } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems