UsersDataSourcesResource class

Constructors

UsersDataSourcesResource(ApiRequester client)

Properties

dataPointChanges UsersDataSourcesDataPointChangesResource
no setter
datasets UsersDataSourcesDatasetsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(DataSource request, String userId, {String? $fields}) Future<DataSource>
Creates a new data source that is unique across all data sources belonging to this user.
delete(String userId, String dataSourceId, {String? $fields}) Future<DataSource>
Deletes the specified data source.
get(String userId, String dataSourceId, {String? $fields}) Future<DataSource>
Returns the specified data source.
list(String userId, {List<String>? dataTypeName, String? $fields}) Future<ListDataSourcesResponse>
Lists all data sources that are visible to the developer, using the OAuth scopes provided.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(DataSource request, String userId, String dataSourceId, {String? $fields}) Future<DataSource>
Updates the specified data source.

Operators

operator ==(Object other) bool
The equality operator.
inherited