QueryTemplate class

A query template is a container for sharing table-valued functions defined by contributors in a data clean room.

Constructors

QueryTemplate.new({String? createTime, String? description, String? displayName, String? documentation, String? name, String? primaryContact, String? proposer, Routine? routine, String? state, String? updateTime})
QueryTemplate.fromJson(Map json_)

Properties

createTime String?
Timestamp when the QueryTemplate was created.
getter/setter pair
description String?
Short description of the QueryTemplate.
getter/setter pair
displayName String?
Human-readable display name of the QueryTemplate.
getter/setter pair
documentation String?
Documentation describing the QueryTemplate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the QueryTemplate.
getter/setter pair
primaryContact String?
Email or URL of the primary point of contact of the QueryTemplate.
getter/setter pair
proposer String?
Will be deprecated.
getter/setter pair
routine Routine?
The routine associated with the QueryTemplate.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The QueryTemplate lifecycle state.
getter/setter pair
updateTime String?
Timestamp when the QueryTemplate was last modified.
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