Class OrganizationsResource.LocationsResource.DataExchangesResource
The "dataExchanges" collection of methods.
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.DataExchangesResource
Constructors
DataExchangesResource(IClientService)
Constructs a new resource.
Declaration
public DataExchangesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists all data exchanges from projects in a given organization and location.
Declaration
public virtual OrganizationsResource.LocationsResource.DataExchangesResource.ListRequest List(string organization)
Parameters
Type | Name | Description |
---|---|---|
string | organization | Required. The organization resource path of the projects containing DataExchanges. e.g.
|
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.DataExchangesResource.ListRequest |