DevicesDeviceUsersClientStatesResource 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 name, {String? customer, String? $fields})
→ Future<GoogleAppsCloudidentityDevicesV1ClientState>
-
Gets the client state for the device user
-
list(String parent, {String? customer, String? filter, String? orderBy, String? pageToken, String? $fields})
→ Future<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>
-
Lists the client states for the given search query.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleAppsCloudidentityDevicesV1ClientState request, String name, {String? customer, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the client state for the device user Note: This method is
available only to customers who have one of the following SKUs: Enterprise
Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity
Premium
-
toString()
→ String
-
A string representation of this object.
inherited