ListUnmappedIdentitiesResponse constructor
ListUnmappedIdentitiesResponse({
- String? nextPageToken,
- List<
UnmappedIdentity> ? unmappedIdentities,
Implementation
ListUnmappedIdentitiesResponse({
this.nextPageToken,
this.unmappedIdentities,
});