Sha256: 1dcba15adfe2ee1e561b029def7ce475b93429f3343542d895cc607e5e6e64f8
Contents?: true
Size: 1.18 KB
Versions: 5
Compression:
Stored size: 1.18 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 Edifact message identifier. # class EdifactMessageIdentifier include MsRestAzure # @return [String] The message id on which this envelope settings has to # be applied. attr_accessor :message_id # # Mapper for EdifactMessageIdentifier class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EdifactMessageIdentifier', type: { name: 'Composite', class_name: 'EdifactMessageIdentifier', model_properties: { message_id: { client_side_validation: true, required: true, serialized_name: 'messageId', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems