Sha256: ba04c1ef2403df010461411d857fda5de373960f4d58a990dffa4ceea3092fd8
Contents?: true
Size: 1.97 KB
Versions: 5
Compression:
Stored size: 1.97 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::V2018_07_01_preview 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
5 entries across 5 versions & 1 rubygems