class Azure::CustomerInsights::Mgmt::V2017_01_01::Models::ProfileResourceFormat

The profile resource format.

Attributes

api_entity_set_name[RW]

@return [String] The api entity set name. This becomes the odata entity set name for the entity Type being refered in this object.

attributes[RW]

@return [Hash{String => Array<String>}] The attributes for the Type.

description[RW]

@return [Hash{String => String}] Localized descriptions for the property.

display_name[RW]

@return [Hash{String => String}] Localized display names for the property.

entity_type[RW]

@return [EntityTypes] Type of entity. Possible values include: 'None', 'Profile', 'Interaction', 'Relationship'

fields[RW]

@return [Array<PropertyDefinition>] The properties of the Profile.

instances_count[RW]

@return [Integer] The instance count.

large_image[RW]

@return [String] Large Image associated with the Property or EntityType.

last_changed_utc[RW]

@return [DateTime] The last changed time for the type definition.

localized_attributes[RW]

@return [Hash{String => Hash{String => String}}] Any custom localized attributes for the Type.

medium_image[RW]

@return [String] Medium Image associated with the Property or EntityType.

provisioning_state[RW]

@return [ProvisioningStates] Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', 'Deleting', 'HumanIntervention', 'Failed'

small_image[RW]

@return [String] Small Image associated with the Property or EntityType.

strong_ids[RW]

@return [Array<StrongId>] The strong IDs.

tenant_id[RW]

@return [String] The hub name.

timestamp_field_name[RW]

@return [String] The timestamp property name. Represents the time when the interaction or profile update happened.

type_name[RW]

@return [String] The name of the entity.

Public Class Methods

mapper() click to toggle source

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

# File lib/2017-01-01/generated/azure_mgmt_customer_insights/models/profile_resource_format.rb, line 86
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ProfileResourceFormat',
    type: {
      name: 'Composite',
      class_name: 'ProfileResourceFormat',
      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'
          }
        },
        attributes: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.attributes',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ArrayElementType',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'StringElementType',
                      type: {
                        name: 'String'
                      }
                  }
                }
            }
          }
        },
        description: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.description',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        display_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.displayName',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        localized_attributes: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.localizedAttributes',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'HashElementType',
                type: {
                  name: 'Dictionary',
                  value: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'StringElementType',
                      type: {
                        name: 'String'
                      }
                  }
                }
            }
          }
        },
        small_image: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.smallImage',
          type: {
            name: 'String'
          }
        },
        medium_image: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.mediumImage',
          type: {
            name: 'String'
          }
        },
        large_image: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.largeImage',
          type: {
            name: 'String'
          }
        },
        api_entity_set_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.apiEntitySetName',
          type: {
            name: 'String'
          }
        },
        entity_type: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.entityType',
          type: {
            name: 'Enum',
            module: 'EntityTypes'
          }
        },
        fields: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.fields',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'PropertyDefinitionElementType',
                type: {
                  name: 'Composite',
                  class_name: 'PropertyDefinition'
                }
            }
          }
        },
        instances_count: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.instancesCount',
          type: {
            name: 'Number'
          }
        },
        last_changed_utc: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.lastChangedUtc',
          type: {
            name: 'DateTime'
          }
        },
        provisioning_state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        schema_item_type_link: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.schemaItemTypeLink',
          type: {
            name: 'String'
          }
        },
        tenant_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.tenantId',
          type: {
            name: 'String'
          }
        },
        timestamp_field_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.timestampFieldName',
          type: {
            name: 'String'
          }
        },
        type_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.typeName',
          type: {
            name: 'String'
          }
        },
        strong_ids: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.strongIds',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StrongIdElementType',
                type: {
                  name: 'Composite',
                  class_name: 'StrongId'
                }
            }
          }
        }
      }
    }
  }
end