Sha256: dc15e4dca3ce8777ccd4fe4ed84211c78b90d651f33fbf35be2cbc6bfb858178
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 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 who received an announcement. # class AnnouncementFeedbackCriterion < Criterion include MsRestAzure include MsRest::JSONable def initialize @type = "announcement-feedback" end attr_accessor :type # @return [Integer] The unique identifier of the announcement. attr_accessor :content_id # @return [CampaignFeedbacks] Action that was performed on the # announcement. Possible values include: 'pushed', 'replied', 'actioned', # 'exited' attr_accessor :action # # Mapper for AnnouncementFeedbackCriterion class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'announcement-feedback', type: { name: 'Composite', class_name: 'AnnouncementFeedbackCriterion', 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_mobile_engagement-0.13.0 | lib/generated/azure_mgmt_mobile_engagement/models/announcement_feedback_criterion.rb |