Sha256: 032207cf8ef0528ba6323ba82caa50132080bd6c24e8efc13fcec1c6a611eb80
Contents?: true
Size: 1.68 KB
Versions: 2
Compression:
Stored size: 1.68 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 # # 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
2 entries across 2 versions & 1 rubygems