Sha256: 369645514f4d7d9406a1f3bee942c1326e51b1a19f766734ba2940bc2bc7d1ce
Contents?: true
Size: 1.37 KB
Versions: 2
Compression:
Stored size: 1.37 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 # # Used to target devices based on the screen resolution of their device. # class ScreenSizeCriterion < Criterion include MsRestAzure def initialize @type = "screen-size" end attr_accessor :type # @return [String] Screen size using the following format # WIDTH**x**HEIGHT. attr_accessor :name # # Mapper for ScreenSizeCriterion class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'screen-size', type: { name: 'Composite', class_name: 'ScreenSizeCriterion', 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
2 entries across 2 versions & 1 rubygems