UserDataMapping class

Maps a resource to the associated user and Attributes.

Constructors

UserDataMapping({String? archiveTime, bool? archived, String? dataId, String? name, List<Attribute>? resourceAttributes, String? userId})
UserDataMapping.fromJson(Map json_)

Properties

archived bool?
Indicates whether this mapping is archived.
getter/setter pair
archiveTime String?
Indicates the time when this mapping was archived.
getter/setter pair
dataId String?
A unique identifier for the mapped resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
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}.
getter/setter pair
resourceAttributes List<Attribute>?
Attributes of the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
User's UUID provided by the client.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited