class Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions

Additional parameters for a set of operations.

Attributes

client_request_id[RW]

@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.

Private Class Methods

mapper() click to toggle source

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

# File lib/2015-08-19/generated/azure_mgmt_search/models/search_management_request_options.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    type: {
      name: 'Composite',
      class_name: 'SearchManagementRequestOptions',
      model_properties: {
        client_request_id: {
          client_side_validation: true,
          required: false,
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end