Sha256: f8e96a30ce601c9769a99960a84f95cb84a9c233b2c42de4d2dfd1680bb6f6d1

Contents?: true

Size: 1.35 KB

Versions: 2

Compression:

Stored size: 1.35 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::Automation::Mgmt::V2015_10_31
  module Models
    #
    # The response model for the list statistics operation.
    #
    class StatisticsListResult

      include MsRestAzure

      # @return [Array<Statistics>] Gets or sets a list of statistics.
      attr_accessor :value


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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_automation-0.15.1 lib/2015-10-31/generated/azure_mgmt_automation/models/statistics_list_result.rb
azure_mgmt_automation-0.15.0 lib/2015-10-31/generated/azure_mgmt_automation/models/statistics_list_result.rb