Sha256: de0371036f1d2cdd97e1f85bb58f093d96e0d0c1cd325eedc69054902aec3e35

Contents?: true

Size: 1.55 KB

Versions: 4

Compression:

Stored size: 1.55 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::EventHub::Mgmt::V2018_01_01_preview
  module Models
    #
    # The response of the List Namespace IDs operation
    #
    class EHNamespaceIdListResult

      include MsRestAzure

      # @return [Array<EHNamespaceIdContainer>] Result of the List Namespace
      # IDs operation
      attr_accessor :value


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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_event_hub-0.18.2 lib/2018-01-01-preview/generated/azure_mgmt_event_hub/models/ehnamespace_id_list_result.rb
azure_mgmt_event_hub-0.18.1 lib/2018-01-01-preview/generated/azure_mgmt_event_hub/models/ehnamespace_id_list_result.rb
azure_mgmt_event_hub-0.18.0 lib/2018-01-01-preview/generated/azure_mgmt_event_hub/models/ehnamespace_id_list_result.rb
azure_mgmt_event_hub-0.17.3 lib/2018-01-01-preview/generated/azure_mgmt_event_hub/models/ehnamespace_id_list_result.rb