AccountUserProfilesResource class
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
-
get(String profileId, String id, {String? $fields})
→ Future<AccountUserProfile>
-
Gets one account user profile by ID.
-
insert(AccountUserProfile request, String profileId, {String? $fields})
→ Future<AccountUserProfile>
-
Inserts a new account user profile.
-
list(String profileId, {bool? active, List<String>? ids, int? maxResults, String? pageToken, String? searchString, String? sortField, String? sortOrder, String? subaccountId, String? userRoleId, String? $fields})
→ Future<AccountUserProfilesListResponse>
-
Retrieves a list of account user profiles, possibly filtered.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(AccountUserProfile request, String profileId, String id, {String? $fields})
→ Future<AccountUserProfile>
-
Updates an existing user role.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(AccountUserProfile request, String profileId, {String? $fields})
→ Future<AccountUserProfile>
-
Updates an existing account user profile.