Sha256: 5ec594550806942c88d311cc24a7ca0d6fa022d7a4dcc717d5c5ee427fb757eb
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.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
2 entries across 2 versions & 1 rubygems