Class GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource
Entry link source represents information about the entry link.
Implements
Inherited Members
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 |