Class RequestStatusPerDestination
A request status per destination.
Inheritance
RequestStatusPerDestination
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
Properties
AudienceMembersIngestionStatus
The status of the ingest audience members request.
Declaration
public RequestStatusPerDestination.Types.IngestAudienceMembersStatus AudienceMembersIngestionStatus { get; set; }
Property Value
AudienceMembersRemovalStatus
The status of the remove audience members request.
Declaration
public RequestStatusPerDestination.Types.RemoveAudienceMembersStatus AudienceMembersRemovalStatus { get; set; }
Property Value
Destination
A destination within a DM API request.
Declaration
public Destination Destination { get; set; }
Property Value
ErrorInfo
An error info error containing the error reason and error counts related to
the upload.
Declaration
public ErrorInfo ErrorInfo { get; set; }
Property Value
EventsIngestionStatus
The status of the ingest events request.
Declaration
public RequestStatusPerDestination.Types.IngestEventsStatus EventsIngestionStatus { get; set; }
Property Value
RequestStatus
The request status of the destination.
Declaration
public RequestStatusPerDestination.Types.RequestStatus RequestStatus { get; set; }
Property Value
StatusCase
Declaration
public RequestStatusPerDestination.StatusOneofCase StatusCase { get; }
Property Value
WarningInfo
A warning info containing the warning reason and warning counts related to
the upload.
Declaration
public WarningInfo WarningInfo { get; set; }
Property Value