Show / Hide Table of Contents

Class GoogleCloudDataplexV1SearchEntriesResult

A single result of a SearchEntries request.

Inheritance
object
GoogleCloudDataplexV1SearchEntriesResult
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1SearchEntriesResult : IDirectResponseSchema

Properties

DataplexEntry

Declaration
[JsonProperty("dataplexEntry")]
public virtual GoogleCloudDataplexV1Entry DataplexEntry { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1Entry

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LinkedResource

Linked resource name.

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

Snippets

Snippets.

Declaration
[JsonProperty("snippets")]
public virtual GoogleCloudDataplexV1SearchEntriesResultSnippets Snippets { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1SearchEntriesResultSnippets

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX