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 |
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 |