RequestMetadata class

Meta information related to the job searcher or entity conducting the job search.

This information is used to improve the performance of the service.

Constructors

RequestMetadata({bool? allowMissingIds, DeviceInfo? deviceInfo, String? domain, String? sessionId, String? userId})
RequestMetadata.fromJson(Map json_)

Properties

allowMissingIds bool?
Only set when any of domain, session_id and user_id isn't available for some reason.
getter/setter pair
deviceInfo DeviceInfo?
The type of device used by the job seeker at the time of the call to the service.
getter/setter pair
domain String?
Required if allow_missing_ids is unset or false.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
Required if allow_missing_ids is unset or false.
getter/setter pair
userId String?
Required if allow_missing_ids is unset or false.
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