GetUserDataMappingResult

data class GetUserDataMappingResult(val archiveTime: String, val archived: Boolean, val dataId: String, val name: String, val resourceAttributes: List<AttributeResponse>, val userId: String)

Constructors

Link copied to clipboard
fun GetUserDataMappingResult(archiveTime: String, archived: Boolean, dataId: String, name: String, resourceAttributes: List<AttributeResponse>, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether this mapping is archived.

Link copied to clipboard

Indicates the time when this mapping was archived.

Link copied to clipboard

A unique identifier for the mapped resource.

Link copied to clipboard

Resource name of the User data mapping, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}.

Link copied to clipboard

Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.

Link copied to clipboard

User's UUID provided by the client.