Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource

Entry link source represents information about the entry link.

Inheritance
object
GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource
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 GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EntryLink

Output only. The entry link name in the form of: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}

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

EntryLinkType

Output only. The entry link type to represent the current relationship between the entry and the next entry in the path. In the form of: projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX