class Azure::DataShare::Mgmt::V2018_11_01_preview::Models::OperationMetaLogSpecification

log specifications for operation api

Attributes

blob_duration[RW]

@return [String] blob duration of the log

display_name[RW]

@return [String] localized name of the log category

name[RW]

@return [String] name of the log category

Public Class Methods

mapper() click to toggle source

Mapper for OperationMetaLogSpecification class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-11-01-preview/generated/azure_mgmt_datashare/models/operation_meta_log_specification.rb, line 29
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'OperationMetaLogSpecification',
    type: {
      name: 'Composite',
      class_name: 'OperationMetaLogSpecification',
      model_properties: {
        blob_duration: {
          client_side_validation: true,
          required: false,
          serialized_name: 'blobDuration',
          type: {
            name: 'String'
          }
        },
        display_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'displayName',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end