Sha256: 1b0ca2b3b5ed6b6f0d23a1257de0bc5868d4f131fc0084d41270cfd2bfcd2746
Contents?: true
Size: 1.7 KB
Versions: 2
Compression:
Stored size: 1.7 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::RecoveryServices::Mgmt::V2016_06_01 module Models # # Class to represent shoebox log specification in json client discovery. # class ClientDiscoveryForLogSpecification include MsRestAzure # @return [String] Name of the log. attr_accessor :name # @return [String] Localized display name attr_accessor :display_name # @return [String] Blobs created in customer storage account per hour attr_accessor :blob_duration # # Mapper for ClientDiscoveryForLogSpecification class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ClientDiscoveryForLogSpecification', type: { name: 'Composite', class_name: 'ClientDiscoveryForLogSpecification', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, display_name: { required: false, serialized_name: 'displayName', type: { name: 'String' } }, blob_duration: { required: false, serialized_name: 'blobDuration', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems