Sha256: 00597e61881068343912a254037ca9647fe3162c23042d5a04e50f9a54281d82

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 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::MobileEngagement::Mgmt::V2014_12_01
  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()
        {
          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
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_mobile_engagement-0.16.0 lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/export_options.rb
azure_mgmt_mobile_engagement-0.15.2 lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/export_options.rb