Sha256: a085ccb0f29a6a8e18804f125d0a3b624b0aa3f7376dd98dcd8a84f6f1f736d2
Contents?: true
Size: 1.67 KB
Versions: 3
Compression:
Stored size: 1.67 KB
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 # # Model object. # class ExportTaskParameter include MsRestAzure # @return [String] attr_accessor :container_url # @return [String] A description of the export task. attr_accessor :description # @return [ExportFormat] The format of the exported data. Possible # values include: 'JsonBlob', 'CsvBlob' attr_accessor :export_format # # Mapper for ExportTaskParameter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'exportTaskParameter', type: { name: 'Composite', class_name: 'ExportTaskParameter', model_properties: { container_url: { required: true, serialized_name: 'containerUrl', type: { name: 'String' } }, description: { required: false, serialized_name: 'description', type: { name: 'String' } }, export_format: { required: true, serialized_name: 'exportFormat', type: { name: 'Enum', module: 'ExportFormat' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems