Class BatchCreateApplicationsResponse
Response object for BatchCreateApplications method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateApplicationsResponse : IMessage<BatchCreateApplicationsResponse>, IEquatable<BatchCreateApplicationsResponse>, IDeepCloneable<BatchCreateApplicationsResponse>, IBufferMessage, IMessage
Constructors
BatchCreateApplicationsResponse()
Declaration
public BatchCreateApplicationsResponse()
BatchCreateApplicationsResponse(BatchCreateApplicationsResponse)
Declaration
public BatchCreateApplicationsResponse(BatchCreateApplicationsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateApplicationsResponse | other |
Properties
Applications
The Application objects created.
Declaration
public RepeatedField<Application> Applications { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Application> |