GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest (google_api_analytics_admin v0.2.0) View Source
Request message for BatchCreateUserLinks RPC.
Attributes
-
notifyNewUsers(type:boolean(), default:nil) - Optional. If notify_new_users is set, then email new users that they've been given permissions on the resource. -
requests(type:list(GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaCreateUserLinkRequest.t), default:nil) - The requests specifying the user links to create. A maximum of 1000 user links can be created in a batch.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest{
notifyNewUsers: boolean(),
requests: [
GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaCreateUserLinkRequest.t()
]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.