Sha256: b752a129710836afbf616d64dd139489d4e97b80942814a6f3a33322f1ebcf5c
Contents?: true
Size: 1.76 KB
Versions: 32
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::Network::Mgmt::V2018_02_01 module Models # # Description of logging specification. # class LogSpecification include MsRestAzure # @return [String] The name of the specification. attr_accessor :name # @return [String] The display name of the specification. attr_accessor :display_name # @return [String] Duration of the blob. 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
32 entries across 32 versions & 2 rubygems