Sha256: 52128e1f45ce854f11a48b46ee268f9774d64b70095d94206def041c924cf65a
Contents?: true
Size: 1.7 KB
Versions: 3
Compression:
Stored size: 1.7 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 who received a poll. # class PollFeedbackCriterion < Criterion include MsRestAzure def initialize @type = "poll-feedback" end attr_accessor :type # @return [Integer] The unique identifier of the poll. attr_accessor :content_id # @return [CampaignFeedbacks] Action that was performed on the poll. # Possible values include: 'pushed', 'replied', 'actioned', 'exited' attr_accessor :action # # Mapper for PollFeedbackCriterion class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'poll-feedback', type: { name: 'Composite', class_name: 'PollFeedbackCriterion', model_properties: { type: { required: true, serialized_name: 'type', type: { name: 'String' } }, content_id: { required: false, serialized_name: 'content-id', type: { name: 'Number' } }, action: { required: false, serialized_name: 'action', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems