Sha256: 2a2ccee2f267b8921af17bbb98e3bf954f40445e2e165f187936759046e7a38e

Contents?: true

Size: 1.54 KB

Versions: 4

Compression:

Stored size: 1.54 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::OperationalInsights::Mgmt::V2015_03_20
  module Models
    #
    # Result of the request to list solution operations.
    #
    class OperationListResult

      include MsRestAzure

      # @return [Array<Operation>] List of solution operations supported by the
      # OperationsManagement resource provider.
      attr_accessor :value


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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_operational_insights-0.17.2 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/operation_list_result.rb
azure_mgmt_operational_insights-0.17.1 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/operation_list_result.rb
azure_mgmt_operational_insights-0.17.0 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/operation_list_result.rb
azure_mgmt_operational_insights-0.16.0 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/operation_list_result.rb