Class GoogleCloudDiscoveryengineV1betaReplyReference
Defines reference in reply.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaReplyReference : IDirectResponseSchemaProperties
AnchorText
Anchor text.
Declaration
[JsonProperty("anchorText")]
public virtual string AnchorText { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
End
Anchor text end index.
Declaration
[JsonProperty("end")]
public virtual int? End { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
Start
Anchor text start index.
Declaration
[JsonProperty("start")]
public virtual int? Start { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
Uri
URI link reference.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }Property Value
| Type | Description | 
|---|---|
| string |