Sha256: 6fa71064c63ac9156781ef19d6960cc2a15377142988be4356f80561bf0775b7
Contents?: true
Size: 1.38 KB
Versions: 3
Compression:
Stored size: 1.38 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 # # Used to target devices based on the version of the application they are # using. # class ApplicationVersionCriterion < Criterion include MsRestAzure def initialize @type = "application-version" end attr_accessor :type # @return [String] The application version. attr_accessor :name # # Mapper for ApplicationVersionCriterion class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'application-version', type: { name: 'Composite', class_name: 'ApplicationVersionCriterion', model_properties: { type: { required: true, serialized_name: 'type', type: { name: 'String' } }, name: { required: false, serialized_name: 'name', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems