UpdateUserAttributesRequest constructor

const UpdateUserAttributesRequest({
  1. required List<AuthUserAttribute> attributes,
  2. UpdateUserAttributesOptions? options,
})

Encapsulates parameters for a update user attributes operation.

Implementation

const UpdateUserAttributesRequest({
  required this.attributes,
  this.options,
});