RequestMetadata class

Input only.

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({DeviceInfo? deviceInfo, String? domain, String? sessionId, String? userId})
RequestMetadata.fromJson(Map json_)

Properties

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?
The client-defined scope or source of the service call, which typically is the domain on which the service has been implemented and is currently being run.
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?
A unique session identification string.
getter/setter pair
userId String?
A unique user identification string, as determined by the client.
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