Class: Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportOptions

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/export_options.rb

Overview

Options to control export generation.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#export_user_idBoolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/export_options.rb', line 16

def export_user_id
  @export_user_id
end

Class Method Details

.mapperObject

Mapper for ExportOptions class as Ruby Hash. This will be used for serialization/deserialization.



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# File 'lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/export_options.rb', line 23

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