Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntrySource

Entry source represents information about the related source entry.

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

Properties

DisplayName

Output only. The display name of the entry.

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

Entry

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

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

EntryType

Output only. The entry type to represent the current characteristics of the entry in the form of: projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry-type-id}.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX