Sha256: 9c5539529cfbe4db2070560664123fb9dc512a4bc4bfa34f69a5330f86c6bf54

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 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::Logic::Mgmt::V2016_06_01
  module Models
    #
    # The correlation property.
    #
    class Correlation

      include MsRestAzure

      # @return [String] The client tracking id.
      attr_accessor :client_tracking_id


      #
      # Mapper for Correlation class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'Correlation',
          type: {
            name: 'Composite',
            class_name: 'Correlation',
            model_properties: {
              client_tracking_id: {
                required: false,
                serialized_name: 'clientTrackingId',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_logic-0.15.1 lib/2016-06-01/generated/azure_mgmt_logic/models/correlation.rb
azure_mgmt_logic-0.15.0 lib/2016-06-01/generated/azure_mgmt_logic/models/correlation.rb