Class: Azure::ARM::Search::Models::SearchManagementRequestOptions

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/generated/azure_mgmt_search/models/search_management_request_options.rb

Overview

Additional parameters for a set of operations.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#client_request_idObject

specified, this will be included in response information as a way to track the request.

Returns:

  • A client-generated GUID value that identifies this request. If



18
19
20
# File 'lib/generated/azure_mgmt_search/models/search_management_request_options.rb', line 18

def client_request_id
  @client_request_id
end

Class Method Details

.mapperObject

Mapper for SearchManagementRequestOptions class as Ruby Hash. This will be used for serialization/deserialization.



25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# File 'lib/generated/azure_mgmt_search/models/search_management_request_options.rb', line 25

def self.mapper()
  {
    required: false,
    type: {
      name: 'Composite',
      class_name: 'SearchManagementRequestOptions',
      model_properties: {
        client_request_id: {
          required: false,
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end