GoogleCloudDatacatalogV1LookerSystemSpec class
Specification that applies to entries that are part LOOKER
system
(user_specified_type)
Constructors
- GoogleCloudDatacatalogV1LookerSystemSpec({String? parentInstanceDisplayName, String? parentInstanceId, String? parentModelDisplayName, String? parentModelId, String? parentViewDisplayName, String? parentViewId})
- GoogleCloudDatacatalogV1LookerSystemSpec.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parentInstanceDisplayName ↔ String?
-
Name of the parent Looker Instance.
getter/setter pair
- parentInstanceId ↔ String?
-
ID of the parent Looker Instance.
getter/setter pair
- parentModelDisplayName ↔ String?
-
Name of the parent Model.
getter/setter pair
- parentModelId ↔ String?
-
ID of the parent Model.
getter/setter pair
- parentViewDisplayName ↔ String?
-
Name of the parent View.
getter/setter pair
- parentViewId ↔ String?
-
ID of the parent View.
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