class Azure::MobileEngagement::Mgmt::V2014_12_01::Models::App
The Mobile Engagement App
resource.
Attributes
app_state[RW]
@return [String] The state of the application.
backend_id[RW]
@return [String] The application unique identifier.
platform[RW]
@return [String] The platform of the app.
Private Class Methods
mapper()
click to toggle source
Mapper for App
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/app.rb, line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'App', type: { name: 'Composite', class_name: 'App', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: true, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, backend_id: { client_side_validation: true, required: false, serialized_name: 'properties.backendId', type: { name: 'String' } }, platform: { client_side_validation: true, required: false, serialized_name: 'properties.platform', type: { name: 'String' } }, app_state: { client_side_validation: true, required: false, serialized_name: 'properties.appState', type: { name: 'String' } } } } } end