Show / Hide Table of Contents

Class RequestStatusPerDestination

A request status per destination.

Inheritance
object
RequestStatusPerDestination
Implements
IMessage<RequestStatusPerDestination>
IEquatable<RequestStatusPerDestination>
IDeepCloneable<RequestStatusPerDestination>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RequestStatusPerDestination : IMessage<RequestStatusPerDestination>, IEquatable<RequestStatusPerDestination>, IDeepCloneable<RequestStatusPerDestination>, IBufferMessage, IMessage

Constructors

RequestStatusPerDestination()

Declaration
public RequestStatusPerDestination()

RequestStatusPerDestination(RequestStatusPerDestination)

Declaration
public RequestStatusPerDestination(RequestStatusPerDestination other)
Parameters
Type Name Description
RequestStatusPerDestination other

Properties

AudienceMembersIngestionStatus

The status of the ingest audience members request.

Declaration
public RequestStatusPerDestination.Types.IngestAudienceMembersStatus AudienceMembersIngestionStatus { get; set; }
Property Value
Type Description
RequestStatusPerDestination.Types.IngestAudienceMembersStatus

AudienceMembersRemovalStatus

The status of the remove audience members request.

Declaration
public RequestStatusPerDestination.Types.RemoveAudienceMembersStatus AudienceMembersRemovalStatus { get; set; }
Property Value
Type Description
RequestStatusPerDestination.Types.RemoveAudienceMembersStatus

Destination

A destination within a DM API request.

Declaration
public Destination Destination { get; set; }
Property Value
Type Description
Destination

ErrorInfo

An error info error containing the error reason and error counts related to the upload.

Declaration
public ErrorInfo ErrorInfo { get; set; }
Property Value
Type Description
ErrorInfo

EventsIngestionStatus

The status of the ingest events request.

Declaration
public RequestStatusPerDestination.Types.IngestEventsStatus EventsIngestionStatus { get; set; }
Property Value
Type Description
RequestStatusPerDestination.Types.IngestEventsStatus

RequestStatus

The request status of the destination.

Declaration
public RequestStatusPerDestination.Types.RequestStatus RequestStatus { get; set; }
Property Value
Type Description
RequestStatusPerDestination.Types.RequestStatus

StatusCase

Declaration
public RequestStatusPerDestination.StatusOneofCase StatusCase { get; }
Property Value
Type Description
RequestStatusPerDestination.StatusOneofCase

WarningInfo

A warning info containing the warning reason and warning counts related to the upload.

Declaration
public WarningInfo WarningInfo { get; set; }
Property Value
Type Description
WarningInfo
In this article
Back to top Generated by DocFX