class Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiParticipantProfilesMetadata

The KPI participant profile metadata.

Attributes

type_name[RW]

@return [String] Name of the type.

Private Class Methods

mapper() click to toggle source

Mapper for KpiParticipantProfilesMetadata class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2017-04-26/generated/azure_mgmt_customer_insights/models/kpi_participant_profiles_metadata.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'KpiParticipantProfilesMetadata',
    type: {
      name: 'Composite',
      class_name: 'KpiParticipantProfilesMetadata',
      model_properties: {
        type_name: {
          client_side_validation: true,
          required: true,
          serialized_name: 'typeName',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end