Show / Hide Table of Contents

Enum RecommendationStatus

Status of a recommendation.

  • ACCEPTED : The recommendation was approved by the user.
  • REJECTED : The recommendation was declined by the user.
  • INFERRED : The recommendation was proposed by the system.
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public enum RecommendationStatus

Fields

Name Description
Accepted
Inferred
Rejected
UnknownEnumValue
In this article
Back to top