userDataMappings property

List<UserDataMapping>? userDataMappings
getter/setter pair

The returned User data mappings.

The maximum number of User data mappings returned is determined by the value of page_size in the ListUserDataMappingsRequest.

Implementation

core.List<UserDataMapping>? userDataMappings;