Sha256: 9307c80906cb099e1e56ee8e9a71c3fb5eb7ec0e2eb4dde241f5bf06a5e74793
Contents?: true
Size: 1.55 KB
Versions: 3
Compression:
Stored size: 1.55 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::V2018_02_14_preview module Models # # One property of operation, include log specifications. # class ServiceSpecification include MsRestAzure # @return [Array<LogSpecification>] Log specifications of operation. attr_accessor :log_specifications # # Mapper for ServiceSpecification class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
3 entries across 3 versions & 1 rubygems