class Azure::KeyVault::Mgmt::V2019_09_01::Models::LogSpecification
Log specification of operation.
Attributes
blob_duration[RW]
@return [String] Blob duration of specification.
display_name[RW]
@return [String] Display name of log specification.
name[RW]
@return [String] Name of log specification.
Public Class Methods
mapper()
click to toggle source
Mapper for LogSpecification
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-09-01/generated/azure_mgmt_key_vault/models/log_specification.rb, line 29 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