Sha256: ff48cd1e540a6a2f7873a82f5b1fb06419da79d9382d5e72a1148ddd2eadf2b3
Contents?: true
Size: 440 Bytes
Versions: 28
Compression:
Stored size: 440 Bytes
Contents
# encoding: utf-8 # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. module MsRestAzure # # Class which represents the data received and deserialized from Azure service. # class AzureOperationResponse < MsRest::HttpOperationResponse # @return [String] identificator of the request. attr_accessor :request_id end end
Version data entries
28 entries across 28 versions & 1 rubygems