$Properties class

Used by:

  • backupdr:v1 : CloudSqlInstanceDataSourceProperties
  • backupdr:v1 : CloudSqlInstanceDataSourceReferenceProperties

Constructors

$Properties.new({String? databaseInstalledVersion, String? instanceCreateTime, String? instanceTier, String? name})
$Properties.fromJson(Map json_)

Properties

databaseInstalledVersion String?
The installed database version of the Cloud SQL instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceCreateTime String?
The instance creation timestamp.
getter/setter pair
instanceTier String?
The tier (or machine type) for this instance.
getter/setter pair
name String?
Name of the Cloud SQL instance backed up by the datasource.
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