Sha256: 3adbaa82d120c464395014cd9e2eb137e9a8065524334d61a0bf6dd9ccc666c0
Contents?: true
Size: 1.96 KB
Versions: 7
Compression:
Stored size: 1.96 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 workflow run action correlation properties. # class RunActionCorrelation < RunCorrelation include MsRestAzure # @return [String] The action tracking identifier. attr_accessor :action_tracking_id # # Mapper for RunActionCorrelation class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RunActionCorrelation', type: { name: 'Composite', class_name: 'RunActionCorrelation', model_properties: { client_tracking_id: { client_side_validation: true, required: false, serialized_name: 'clientTrackingId', type: { name: 'String' } }, client_keywords: { client_side_validation: true, required: false, serialized_name: 'clientKeywords', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, action_tracking_id: { client_side_validation: true, required: false, serialized_name: 'actionTrackingId', type: { name: 'String' } } } } } end end end end
Version data entries
7 entries across 7 versions & 1 rubygems