Sha256: ef22b80e4be15ce27dedabfb70df4f1a1af5d22eadcfffcb00f2fa4b41cde325

Contents?: true

Size: 1.51 KB

Versions: 5

Compression:

Stored size: 1.51 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::ServiceFabric::Mgmt::V2017_07_01_preview
  module Models
    #
    # The list of application type names.
    #
    class ApplicationTypeResourceList

      include MsRestAzure

      # @return [Array<ApplicationTypeResource>]
      attr_accessor :value


      #
      # Mapper for ApplicationTypeResourceList class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ApplicationTypeResourceList',
          type: {
            name: 'Composite',
            class_name: 'ApplicationTypeResourceList',
            model_properties: {
              value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'value',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'ApplicationTypeResourceElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'ApplicationTypeResource'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_mgmt_service_fabric-0.17.3 lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/application_type_resource_list.rb
azure_mgmt_service_fabric-0.17.2 lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/application_type_resource_list.rb
azure_mgmt_service_fabric-0.17.1 lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/application_type_resource_list.rb
azure_mgmt_service_fabric-0.17.0 lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/application_type_resource_list.rb
azure_mgmt_service_fabric-0.16.0 lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/application_type_resource_list.rb