ListScopeRBACRoleBindingsResponse constructor

ListScopeRBACRoleBindingsResponse({
  1. String? nextPageToken,
  2. List<RBACRoleBinding>? rbacrolebindings,
})

Implementation

ListScopeRBACRoleBindingsResponse({
  this.nextPageToken,
  this.rbacrolebindings,
});