AccountsLabelsResource 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
-
create(AccountLabel request, String accountId, {String? $fields})
→ Future<AccountLabel>
-
Creates a new label, not assigned to any account.
-
delete(String accountId, String labelId, {String? $fields})
→ Future<void>
-
Deletes a label and removes it from all accounts to which it was assigned.
-
list(String accountId, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListAccountLabelsResponse>
-
Lists the labels assigned to an account.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(AccountLabel request, String accountId, String labelId, {String? $fields})
→ Future<AccountLabel>
-
Updates a label.
-
toString()
→ String
-
A string representation of this object.
inherited