Class: Azure::ARM::CustomerInsights::Models::KpiParticipantProfilesMetadata

Inherits:
Object
  • Object
show all
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

Class Method Summary collapse

Instance Attribute Details

#type_nameString

Returns Name of the type.

Returns:

  • (String)

    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

.mapperObject

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