GoogleCloudDataplexV1Content class
Content represents a user-visible notebook or a sql script
Constructors
- 
          GoogleCloudDataplexV1Content({String? createTime, String? dataText, String? description, Map<
String, String> ? labels, String? name, GoogleCloudDataplexV1ContentNotebook? notebook, String? path, GoogleCloudDataplexV1ContentSqlScript? sqlScript, String? uid, String? updateTime}) - GoogleCloudDataplexV1Content.fromJson(Map json_)
 
Properties
- createTime ↔ String?
 - 
  Content creation time.
  getter/setter pair
 - dataText ↔ String?
 - 
  Content data in string format.
  getter/setter pair
 - description ↔ String?
 - 
  Description of the content.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  labels
  ↔ Map<
String, String> ? - 
  User defined labels for the content.
  getter/setter pair
 - name ↔ String?
 - 
  The relative resource name of the content, of the form:
projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
  getter/setter pair
 - notebook ↔ GoogleCloudDataplexV1ContentNotebook?
 - 
  Notebook related configurations.
  getter/setter pair
 - path ↔ String?
 - 
  The path for the Content file, represented as directory structure.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - sqlScript ↔ GoogleCloudDataplexV1ContentSqlScript?
 - 
  Sql Script related configurations.
  getter/setter pair
 - uid ↔ String?
 - 
  System generated globally unique ID for the content.
  getter/setter pair
 - updateTime ↔ String?
 - 
  The time when the content was last updated.
  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