Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaQueryPartPersonReference

Represents a person reference.

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

Properties

DestinationUri

The destination uri of the person.

Declaration
[JsonProperty("destinationUri")]
public virtual string DestinationUri { get; set; }
Property Value
Type Description
string

DisplayName

The display name of the person.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

DisplayPhotoUri

The display photo url of the person.

Declaration
[JsonProperty("displayPhotoUri")]
public virtual string DisplayPhotoUri { get; set; }
Property Value
Type Description
string

DocumentName

The full resource name of the person. Format: projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*.

Declaration
[JsonProperty("documentName")]
public virtual string DocumentName { 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

Email

The email of the person.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

FileId

Output only. The file id of the person data stored in the session context files.

Declaration
[JsonProperty("fileId")]
public virtual string FileId { get; set; }
Property Value
Type Description
string

PersonId

The person id of the person.

Declaration
[JsonProperty("personId")]
public virtual string PersonId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX