Sha256: 416d540c4f67dd95a4abfdeff6fe454651cd9e39103bb2721c01d6b96e41b012
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.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 # @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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_search-0.10.0 | lib/generated/azure_mgmt_search/models/search_management_request_options.rb |