Show / Hide Table of Contents

Class GoogleUserIdData

Google user id data holding encrypted google user IDs. At least one google user ID is required.

Inheritance
object
GoogleUserIdData
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.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class GoogleUserIdData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GoogleUserIds

Required. The list of encrypted google user IDs.

Declaration
[JsonProperty("googleUserIds")]
public virtual IList<string> GoogleUserIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX