Sha256: d63f8056f95f3147aa2f9c2cc4e90f9233c705713ed53a9912870784542f14c8
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 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::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_search-0.13.0 | lib/generated/azure_mgmt_search/models/search_management_request_options.rb |