Show / Hide Table of Contents

Class IngestAudienceMembersStatus

The status of the ingest audience members request.

Inheritance
object
IngestAudienceMembersStatus
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX