GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest constructor

GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest({
  1. bool? notifyNewUsers,
  2. List<GoogleAnalyticsAdminV1alphaCreateUserLinkRequest>? requests,
})

Implementation

GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest({
  this.notifyNewUsers,
  this.requests,
});