$Request04 class

Used by:

  • recommender:v1 : GoogleCloudRecommenderV1MarkRecommendationClaimedRequest
  • recommender:v1 : GoogleCloudRecommenderV1MarkRecommendationFailedRequest
  • recommender:v1 : GoogleCloudRecommenderV1MarkRecommendationSucceededRequest

Constructors

$Request04({String? etag, Map<String, String>? stateMetadata})
$Request04.fromJson(Map json_)

Properties

etag String?
Fingerprint of the Recommendation.
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
stateMetadata Map<String, String>?
State properties to include with this state.
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