Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaReplyReference

Defines reference in reply.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaReplyReference
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaReplyReference : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX