GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaCreateUserLinkRequest (google_api_analytics_admin v0.7.2) View Source
Request message for CreateUserLink RPC. Users can have multiple email addresses associated with their Google account, and one of these email addresses is the "primary" email address. Any of the email addresses associated with a Google account may be used for a new UserLink, but the returned UserLink will always contain the "primary" email address. As a result, the input and output email address for this request may differ.
Attributes
-
notifyNewUser
(type:boolean()
, default:nil
) - Optional. If set, then email the new user notifying them that they've been granted permissions to the resource. -
parent
(type:String.t
, default:nil
) - Required. Example format: accounts/1234 -
userLink
(type:GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaUserLink.t
, default:nil
) - Required. The user link to create.
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.GoogleAnalyticsAdminV1alphaCreateUserLinkRequest{ notifyNewUser: boolean() | nil, parent: String.t() | nil, userLink: GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaUserLink.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.