Show / Hide Table of Contents

Class IngestedUserListInfo

Represents a user list that is populated by user provided data.

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

Properties

ContactIdInfo

Optional. Additional information when CONTACT_ID is one of the upload_key_types.

Declaration
[JsonProperty("contactIdInfo")]
public virtual ContactIdInfo ContactIdInfo { get; set; }
Property Value
Type Description
ContactIdInfo

ETag

The ETag of the item.

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

MobileIdInfo

Optional. Additional information when MOBILE_ID is one of the upload_key_types.

Declaration
[JsonProperty("mobileIdInfo")]
public virtual MobileIdInfo MobileIdInfo { get; set; }
Property Value
Type Description
MobileIdInfo

PairIdInfo

Optional. Additional information when PAIR_ID is one of the upload_key_types. This feature is only available to data partners.

Declaration
[JsonProperty("pairIdInfo")]
public virtual PairIdInfo PairIdInfo { get; set; }
Property Value
Type Description
PairIdInfo

PartnerAudienceInfo

Optional. Additional information for partner audiences. This feature is only available to data partners.

Declaration
[JsonProperty("partnerAudienceInfo")]
public virtual PartnerAudienceInfo PartnerAudienceInfo { get; set; }
Property Value
Type Description
PartnerAudienceInfo

PseudonymousIdInfo

Optional. Additional information for PSEUDONYMOUS_ID is one of the upload_key_types.

Declaration
[JsonProperty("pseudonymousIdInfo")]
public virtual PseudonymousIdInfo PseudonymousIdInfo { get; set; }
Property Value
Type Description
PseudonymousIdInfo

UploadKeyTypes

Required. Immutable. Upload key types of this user list.

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

UserIdInfo

Optional. Additional information when USER_ID is one of the upload_key_types.

Declaration
[JsonProperty("userIdInfo")]
public virtual UserIdInfo UserIdInfo { get; set; }
Property Value
Type Description
UserIdInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX