UsersSettingsDelegatesResource class
Constructors
- UsersSettingsDelegatesResource(ApiRequester client)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  create(Delegate request, String userId, {String? $fields}) → Future< Delegate> 
- 
  Adds a delegate with its verification status set directly to accepted, without sending any verification email.
- 
  delete(String userId, String delegateEmail, {String? $fields}) → Future< void> 
- Removes the specified delegate (which can be of any verification status), and revokes any verification that may have been required for using it.
- 
  get(String userId, String delegateEmail, {String? $fields}) → Future< Delegate> 
- Gets the specified delegate.
- 
  list(String userId, {String? $fields}) → Future< ListDelegatesResponse> 
- Lists the delegates for the specified account.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited