ListRolesResponse constructor

ListRolesResponse({
  1. required List<Role> roles,
  2. bool? isTruncated,
  3. String? marker,
})

Implementation

ListRolesResponse({
  required this.roles,
  this.isTruncated,
  this.marker,
});