Sha256: fe979050f15e91c29827bdc5003b0872fcc0e84fdd62fcb69f4ae4f8beab90f2
Contents?: true
Size: 1.22 KB
Versions: 9
Compression:
Stored size: 1.22 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::OperationalInsights::Mgmt::V2015_03_20 module Models # # Response containing operationId for a specific purge action. # class WorkspacePurgeResponse include MsRestAzure # @return [String] Id to use when querying for status for a particular # purge operation. attr_accessor :operation_id # # Mapper for WorkspacePurgeResponse class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WorkspacePurgeResponse', type: { name: 'Composite', class_name: 'WorkspacePurgeResponse', model_properties: { operation_id: { client_side_validation: true, required: true, serialized_name: 'operationId', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems