Sha256: b3ad0144c795ef3b00015b5cde6d1ffc8b6218a8a8cd0eeab2fadd88ac7c77eb

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::Search
  module Models
    #
    # Additional parameters for a set of operations.
    #
    class SearchManagementRequestOptions

      include MsRestAzure

      include MsRest::JSONable
      # @return A client-generated GUID value that identifies this request. If
      # specified, this will be included in response information as a way to
      # track the request.
      attr_accessor :client_request_id


      #
      # Mapper for SearchManagementRequestOptions class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          type: {
            name: 'Composite',
            class_name: 'SearchManagementRequestOptions',
            model_properties: {
              client_request_id: {
                required: false,
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_search-0.12.0 lib/generated/azure_mgmt_search/models/search_management_request_options.rb
azure_mgmt_search-0.11.0 lib/generated/azure_mgmt_search/models/search_management_request_options.rb