ProjectsLocationsRecommendersRecommendationsResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  get(String name, {String? $fields})
    → Future<GoogleCloudRecommenderV1Recommendation>
  
  
- 
  Gets the requested recommendation.
  
- 
  list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
    → Future<GoogleCloudRecommenderV1ListRecommendationsResponse>
  
  
- 
  Lists recommendations for the specified Cloud Resource.
  
- 
  markClaimed(GoogleCloudRecommenderV1MarkRecommendationClaimedRequest request, String name, {String? $fields})
    → Future<GoogleCloudRecommenderV1Recommendation>
  
  
- 
  Marks the Recommendation State as Claimed.
  
- 
  markDismissed(GoogleCloudRecommenderV1MarkRecommendationDismissedRequest request, String name, {String? $fields})
    → Future<GoogleCloudRecommenderV1Recommendation>
  
  
- 
  Mark the Recommendation State as Dismissed.
  
- 
  markFailed(GoogleCloudRecommenderV1MarkRecommendationFailedRequest request, String name, {String? $fields})
    → Future<GoogleCloudRecommenderV1Recommendation>
  
  
- 
  Marks the Recommendation State as Failed.
  
- 
  markSucceeded(GoogleCloudRecommenderV1MarkRecommendationSucceededRequest request, String name, {String? $fields})
    → Future<GoogleCloudRecommenderV1Recommendation>
  
  
- 
  Marks the Recommendation State as Succeeded.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited