Values.GoogleAnalyticsMetadataSourceThe connector metadata specific to Google Analytics.
type nonrec t = {oAuthScopes : OAuthScopeList.t option;The desired authorization scope for the Google Analytics account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of OAuthScope.t ] list ]) list ]