GoogleAppsCloudidentityDevicesV1ClientState class
Represents the state associated with an API client calling the Devices API.
Resource representing ClientState and supports updates from API users
Constructors
-
GoogleAppsCloudidentityDevicesV1ClientState({List<
String> ? assetTags, String? complianceState, String? createTime, String? customId, String? etag, String? healthScore, Map<String, GoogleAppsCloudidentityDevicesV1CustomAttributeValue> ? keyValuePairs, String? lastUpdateTime, String? managed, String? name, String? ownerType, String? scoreReason}) - GoogleAppsCloudidentityDevicesV1ClientState.fromJson(Map json_)
Properties
-
assetTags
↔ List<
String> ? -
The caller can specify asset tags for this resource
getter/setter pair
- complianceState ↔ String?
-
The compliance state of the resource as specified by the API client.
Possible string values are:
getter/setter pair
- createTime ↔ String?
-
The time the client state data was created.
getter/setter pair
- customId ↔ String?
-
This field may be used to store a unique identifier for the API resource
within which these CustomAttributes are a field.
getter/setter pair
- etag ↔ String?
-
The token that needs to be passed back for concurrency control in updates.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthScore ↔ String?
-
The Health score of the resource.
getter/setter pair
-
keyValuePairs
↔ Map<
String, GoogleAppsCloudidentityDevicesV1CustomAttributeValue> ? -
The map of key-value attributes stored by callers specific to a device.
getter/setter pair
- lastUpdateTime ↔ String?
-
The time the client state data was last updated.
getter/setter pair
- managed ↔ String?
-
The management state of the resource as specified by the API client.
Possible string values are:
getter/setter pair
- name ↔ String?
-
Resource name of
the ClientState in format:
devices/{device}/deviceUsers/{device_user}/clientState/{partner}
, where partner corresponds to the partner storing the data.getter/setter pair - ownerType ↔ String?
-
The owner of the ClientState
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scoreReason ↔ String?
-
A descriptive cause of the health score.
getter/setter pair
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