class Azure::KeyVault::Mgmt::V2018_02_14::Models::ServiceSpecification
One property of operation, include log specifications.
Attributes
log_specifications[RW]
@return [Array<LogSpecification>] Log specifications of operation.
Private Class Methods
mapper()
click to toggle source
Mapper for ServiceSpecification
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-02-14/generated/azure_mgmt_key_vault/models/service_specification.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceSpecification', type: { name: 'Composite', class_name: 'ServiceSpecification', model_properties: { log_specifications: { client_side_validation: true, required: false, serialized_name: 'logSpecifications', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'LogSpecificationElementType', type: { name: 'Composite', class_name: 'LogSpecification' } } } } } } } end