Sha256: b4604bc99fe2c7a0b11d2771be3fa1487b05a5b9fc9a6d0627cf15c864bd015b
Contents?: true
Size: 1.27 KB
Versions: 6
Compression:
Stored size: 1.27 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::V2020_03_01_preview module Models # # Response containing status for a specific purge operation. # class WorkspacePurgeStatusResponse include MsRestAzure # @return [PurgeState] Status of the operation represented by the # requested Id. Possible values include: 'pending', 'completed' attr_accessor :status # # Mapper for WorkspacePurgeStatusResponse class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WorkspacePurgeStatusResponse', type: { name: 'Composite', class_name: 'WorkspacePurgeStatusResponse', model_properties: { status: { client_side_validation: true, required: true, serialized_name: 'status', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems