primaryDataSourceName property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? primaryDataSourceName
getter/setter pair

Deprecated: Use self instead to reference the primary data source.

The name of the primary data source. Format: accounts/{account}/dataSources/{datasource}

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? primaryDataSourceName;