Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaCreateUserLinkRequest

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.

Inheritance
object
GoogleAnalyticsAdminV1alphaCreateUserLinkRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaCreateUserLinkRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NotifyNewUser

Optional. If set, then email the new user notifying them that they've been granted permissions to the resource.

Declaration
[JsonProperty("notifyNewUser")]
public virtual bool? NotifyNewUser { get; set; }
Property Value
Type Description
bool?

Parent

Required. Example format: accounts/1234

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

UserLink

Required. The user link to create.

Declaration
[JsonProperty("userLink")]
public virtual GoogleAnalyticsAdminV1alphaUserLink UserLink { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaUserLink

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX