Class IngestAudienceMembersStatus
The status of the ingest audience members request.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class IngestAudienceMembersStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MobileDataIngestionStatus
The status of the mobile data ingestion to the destination.
Declaration
[JsonProperty("mobileDataIngestionStatus")]
public virtual IngestMobileDataStatus MobileDataIngestionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| IngestMobileDataStatus |
PairDataIngestionStatus
The status of the pair data ingestion to the destination.
Declaration
[JsonProperty("pairDataIngestionStatus")]
public virtual IngestPairDataStatus PairDataIngestionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| IngestPairDataStatus |
PpidDataIngestionStatus
The status of the ppid data ingestion to the destination.
Declaration
[JsonProperty("ppidDataIngestionStatus")]
public virtual IngestPpidDataStatus PpidDataIngestionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| IngestPpidDataStatus |
UserDataIngestionStatus
The status of the user data ingestion to the destination.
Declaration
[JsonProperty("userDataIngestionStatus")]
public virtual IngestUserDataStatus UserDataIngestionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| IngestUserDataStatus |
UserIdDataIngestionStatus
The status of the user id data ingestion to the destination.
Declaration
[JsonProperty("userIdDataIngestionStatus")]
public virtual IngestUserIdDataStatus UserIdDataIngestionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| IngestUserIdDataStatus |