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