GoogleCloudDatacatalogV1ReconcileTagsRequest class

Request message for ReconcileTags.

Properties

forceDeleteMissing bool?
If set to true, deletes entry tags related to a tag template not listed in the tags source from an entry.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<GoogleCloudDatacatalogV1Tag>?
A list of tags to apply to an entry.
getter/setter pair
tagTemplate String?
The name of the tag template, which is used for reconciliation.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited