class Azure::CustomerInsights::Mgmt::V2017_01_01::Models::ProfileResourceFormat
The profile resource format.
Attributes
@return [String] The api entity set name. This becomes the odata entity set name for the entity Type being refered in this object.
@return [Hash{String => Array<String>}] The attributes for the Type.
@return [Hash{String => String}] Localized descriptions for the property.
@return [Hash{String => String}] Localized display names for the property.
@return [EntityTypes] Type of entity. Possible values include: 'None', 'Profile', 'Interaction', 'Relationship'
@return [Array<PropertyDefinition>] The properties of the Profile.
@return [Integer] The instance count.
@return [String] Large Image associated with the Property or EntityType.
@return [DateTime] The last changed time for the type definition.
@return [Hash{String => Hash{String => String}}] Any custom localized attributes for the Type.
@return [String] Medium Image associated with the Property or EntityType.
@return [ProvisioningStates] Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', 'Deleting', 'HumanIntervention', 'Failed'
@return [String] The schema org link. This helps ACI identify and suggest semantic models.
@return [String] Small Image associated with the Property or EntityType.
@return [Array<StrongId>] The strong IDs.
@return [String] The hub name.
@return [String] The timestamp property name. Represents the time when the interaction or profile update happened.
@return [String] The name of the entity.
Public Class Methods
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