DestinationTableProperties class

Properties for the destination table.

Constructors

DestinationTableProperties({String? description, DateTime? expirationTime, String? friendlyName, Map<String, String>? labels})
DestinationTableProperties.fromJson(Map json_)

Properties

description String?
The description for the destination table.
getter/setter pair
expirationTime DateTime?
Internal use only.
getter/setter pair
friendlyName String?
Friendly name for the destination table.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels associated with this table.
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