Class: Azure::ARM::CustomerInsights::Models::KpiParticipantProfilesMetadata
- Inherits:
-
Object
- Object
- Azure::ARM::CustomerInsights::Models::KpiParticipantProfilesMetadata
- Includes:
- MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_customer_insights/models/kpi_participant_profiles_metadata.rb
Overview
The KPI participant profile metadata.
Instance Attribute Summary collapse
-
#type_name ⇒ String
Name of the type.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for KpiParticipantProfilesMetadata class as Ruby Hash.
Instance Attribute Details
#type_name ⇒ String
Returns Name of the type.
16 17 18 |
# File 'lib/generated/azure_mgmt_customer_insights/models/kpi_participant_profiles_metadata.rb', line 16 def type_name @type_name end |
Class Method Details
.mapper ⇒ Object
Mapper for KpiParticipantProfilesMetadata class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
# File 'lib/generated/azure_mgmt_customer_insights/models/kpi_participant_profiles_metadata.rb', line 23 def self.mapper() { required: false, serialized_name: 'KpiParticipantProfilesMetadata', type: { name: 'Composite', class_name: 'KpiParticipantProfilesMetadata', model_properties: { type_name: { required: true, serialized_name: 'typeName', type: { name: 'String' } } } } } end |