LookupEntityResponse

Response message for LookupEntity.

JSON representation
{

  // Union field entity can be only one of the following:
  "logicalProduct": {
    object (LogicalProduct)
  },
  "logicalProductVariant": {
    object (LogicalProductVariant)
  },
  "productSuite": {
    object (ProductSuite)
  }
  // End of list of possible types for union field entity.
}
Fields
Union field entity. Matched entity. entity can be only one of the following:
logicalProduct

object (LogicalProduct)

Matched LogicalProduct.

logicalProductVariant

object (LogicalProductVariant)

Matched LogicalProductVariant.

productSuite

object (ProductSuite)

Matched ProductSuite.