Show / Hide Table of Contents

Class BatchCreateApplicationsResponse

Response object for BatchCreateApplications method.

Inheritance
object
BatchCreateApplicationsResponse
Implements
IMessage<BatchCreateApplicationsResponse>
IEquatable<BatchCreateApplicationsResponse>
IDeepCloneable<BatchCreateApplicationsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX