Sha256: 5894e3217b2b9cff9a31bb7cf6698889bee17b6c923ce9d85fb6dfcc5dfb86ca
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 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::ARM::MobileEngagement module Models # # Options to control export generation. # class ExportOptions include MsRestAzure include MsRest::JSONable # @return [Boolean] attr_accessor :export_user_id # # Mapper for ExportOptions class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_mobile_engagement-0.13.0 | lib/generated/azure_mgmt_mobile_engagement/models/export_options.rb |