GoogleCloudDataplexV1MetadataFeedScope class

Scope defines the scope of the metadata feed.

Scopes are exclusive. Only one of the scopes can be specified.

Constructors

GoogleCloudDataplexV1MetadataFeedScope({List<String>? entryGroups, bool? organizationLevel, List<String>? projects})
GoogleCloudDataplexV1MetadataFeedScope.fromJson(Map json_)

Properties

entryGroups List<String>?
The entry groups whose entries you want to listen to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
organizationLevel bool?
Whether the metadata feed is at the organization-level.
getter/setter pair
projects List<String>?
The projects whose entries you want to listen to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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