GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse class
Response containing resource names of the DeviceUsers associated with the caller's credentials.
Constructors
-
GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse({String? customer, List<
String> ? names, String? nextPageToken}) - GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse.fromJson(Map json_)
Properties
- customer ↔ String?
-
The customer resource name that may be passed back to other Devices API
methods such as List, Get, etc.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
names
↔ List<
String> ? -
Resource names of
the DeviceUsers in the format:
devices/{device}/deviceUsers/{user_resource}
, where device is the unique ID assigned to a Device and user_resource is the unique user IDgetter/setter pair - nextPageToken ↔ String?
-
Token to retrieve the next page of results.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited