Sha256: 741f09a4a66aa7e22156a33deb82b5c4f01cb4c34797e4ac7131825cfa755eaf
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 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 # # Used to target devices based on the version of the application they are # using. # class ApplicationVersionCriterion < Criterion include MsRestAzure include MsRest::JSONable 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_mobile_engagement-0.13.0 | lib/generated/azure_mgmt_mobile_engagement/models/application_version_criterion.rb |