GoogleAnalyticsAdminV1alphaCreateUserLinkRequest class
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.
Constructors
- GoogleAnalyticsAdminV1alphaCreateUserLinkRequest({bool? notifyNewUser, String? parent, GoogleAnalyticsAdminV1alphaUserLink? userLink})
- GoogleAnalyticsAdminV1alphaCreateUserLinkRequest.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- notifyNewUser ↔ bool?
-
If set, then email the new user notifying them that they've been granted
permissions to the resource.
getter/setter pair
- parent ↔ String?
-
Example format: accounts/1234
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userLink ↔ GoogleAnalyticsAdminV1alphaUserLink?
-
The user link to create.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited