Link class

Describes a link connected to an analytics enabled bucket.

Constructors

Link({BigQueryDataset? bigqueryDataset, String? createTime, String? description, String? lifecycleState, String? name})
Link.fromJson(Map json_)

Properties

bigqueryDataset ↔ BigQueryDataset?
The information of a BigQuery Dataset.
getter/setter pair
createTime ↔ String?
The creation timestamp of the link.
getter/setter pair
description ↔ String?
Describes this link.The maximum length of the description is 8000 characters.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
lifecycleState ↔ String?
The resource lifecycle state.
getter/setter pair
name ↔ String?
The resource name of the link.
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