class Azure::IotCentral::Mgmt::V2018_09_01::Models::AppTemplateLocations
IoT Central Application Template Locations.
Attributes
display_name[RW]
@return [String] The display name of the location.
id[RW]
@return [String] The ID of the location.
Private Class Methods
mapper()
click to toggle source
Mapper for AppTemplateLocations
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_template_locations.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AppTemplateLocations', type: { name: 'Composite', class_name: 'AppTemplateLocations', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'displayName', type: { name: 'String' } } } } } end