Sha256: 5622cb4083bf17d65e69c26141316f4f2abb347a344a0df9299cdf213c00c428
Contents?: true
Size: 1.76 KB
Versions: 1
Compression:
Stored size: 1.76 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::KeyVault::Mgmt::V2019_09_01 module Models # # Log specification of operation. # class LogSpecification include MsRestAzure # @return [String] Name of log specification. attr_accessor :name # @return [String] Display name of log specification. attr_accessor :display_name # @return [String] Blob duration of specification. attr_accessor :blob_duration # # Mapper for LogSpecification class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LogSpecification', type: { name: 'Composite', class_name: 'LogSpecification', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'displayName', type: { name: 'String' } }, blob_duration: { client_side_validation: true, required: false, serialized_name: 'blobDuration', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_key_vault-0.17.7 | lib/2019-09-01/generated/azure_mgmt_key_vault/models/log_specification.rb |