Class LookupEntityResponse
Response message for LookupEntity.
Implements
Inherited Members
Namespace: Google.Apis.CloudProductRegistry.v1.Data
Assembly: Google.Apis.CloudProductRegistry.v1.dll
Syntax
public class LookupEntityResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LogicalProduct
Matched LogicalProduct.
Declaration
[JsonProperty("logicalProduct")]
public virtual LogicalProduct LogicalProduct { get; set; }
Property Value
| Type | Description |
|---|---|
| LogicalProduct |
LogicalProductVariant
Matched LogicalProductVariant.
Declaration
[JsonProperty("logicalProductVariant")]
public virtual LogicalProductVariant LogicalProductVariant { get; set; }
Property Value
| Type | Description |
|---|---|
| LogicalProductVariant |
ProductSuite
Matched ProductSuite.
Declaration
[JsonProperty("productSuite")]
public virtual ProductSuite ProductSuite { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductSuite |