Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest

Request message for BatchCreateUserLinks RPC.

Inheritance
object
GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest
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 GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NotifyNewUsers

Optional. If set, then email the new users notifying them that they've been granted permissions to the resource. Regardless of whether this is set or not, notify_new_user field inside each individual request is ignored.

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

Requests

Required. The requests specifying the user links to create. A maximum of 1000 user links can be created in a batch.

Declaration
[JsonProperty("requests")]
public virtual IList<GoogleAnalyticsAdminV1alphaCreateUserLinkRequest> Requests { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaCreateUserLinkRequest>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX