Sha256: e7576f7c454f66fccf0c1a78eaa3347b4379a913f61bb48d679731f5e84abb6e
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 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 # # Model object. # class CampaignState include MsRestAzure # @return [CampaignStates] State of the campaign, or 'queued' when # testing a campaign. Possible values include: 'draft', 'scheduled', # 'in-progress', 'finished', 'queued' attr_accessor :state # # Mapper for CampaignState class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'CampaignState', type: { name: 'Composite', class_name: 'CampaignState', model_properties: { state: { required: false, serialized_name: 'state', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems