class Azure::MobileEngagement::Mgmt::V2014_12_01::Models::ExportOptions
Options to control export generation.
Attributes
export_user_id[RW]
@return [Boolean]
Private Class Methods
mapper()
click to toggle source
Mapper for ExportOptions
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/export_options.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'exportOptions', type: { name: 'Composite', class_name: 'ExportOptions', model_properties: { export_user_id: { client_side_validation: true, required: false, serialized_name: 'exportUserId', type: { name: 'Boolean' } } } } } end