Sha256: 509ade03a18ae1423f1f899f4f2c88e2ff294071771a1fa49b33b3d1bd24fe27

Contents?: true

Size: 1.61 KB

Versions: 8

Compression:

Stored size: 1.61 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::NetApp::Mgmt::V2019_11_01
  module Models
    #
    # Result of the request to list Cloud Volume operations. It contains a list
    # of operations and a URL link to get the next set of results.
    #
    class OperationListResult

      include MsRestAzure

      # @return [Array<Operation>] List of Storage operations supported by the
      # Storage 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

8 entries across 8 versions & 1 rubygems

Version Path
azure_mgmt_netapp-0.23.0 lib/2019-11-01/generated/azure_mgmt_netapp/models/operation_list_result.rb
azure_mgmt_netapp-0.22.0 lib/2019-11-01/generated/azure_mgmt_netapp/models/operation_list_result.rb
azure_mgmt_netapp-0.21.0 lib/2019-11-01/generated/azure_mgmt_netapp/models/operation_list_result.rb
azure_mgmt_netapp-0.20.2 lib/2019-11-01/generated/azure_mgmt_netapp/models/operation_list_result.rb
azure_mgmt_netapp-0.20.1 lib/2019-11-01/generated/azure_mgmt_netapp/models/operation_list_result.rb
azure_mgmt_netapp-0.20.0 lib/2019-11-01/generated/azure_mgmt_netapp/models/operation_list_result.rb
azure_mgmt_netapp-0.19.0 lib/2019-11-01/generated/azure_mgmt_netapp/models/operation_list_result.rb
azure_mgmt_netapp-0.18.4 lib/2019-11-01/generated/azure_mgmt_netapp/models/operation_list_result.rb