Sha256: e5cbe30cca6cd8ac1f3c0858c6616a0bfba98ed572e856a837d258fbb6bdcaea
Contents?: true
Size: 1023 Bytes
Versions: 3
Compression:
Stored size: 1023 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MobileEngagement module Models # # Options to control export generation. # class ExportOptions include MsRestAzure # @return [Boolean] attr_accessor :export_user_id # # Mapper for ExportOptions class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'exportOptions', type: { name: 'Composite', class_name: 'ExportOptions', model_properties: { export_user_id: { required: false, serialized_name: 'exportUserId', type: { name: 'Boolean' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems