Sha256: b8c38c2fb6d2c2bb0a2f6b677a9b9f9331f14f2e1fd48dfdba9c902bf5660001
Contents?: true
Size: 1.76 KB
Versions: 24
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_11_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
24 entries across 24 versions & 2 rubygems