Show / Hide Table of Contents

Class LookupEntityResponse

Response message for LookupEntity.

Inheritance
object
LookupEntityResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX