Show / Hide Table of Contents

Class BatchCreateApplicationsRequest

Request object for BatchCreateApplications method.

Inheritance
object
BatchCreateApplicationsRequest
Implements
IMessage<BatchCreateApplicationsRequest>
IEquatable<BatchCreateApplicationsRequest>
IDeepCloneable<BatchCreateApplicationsRequest>
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 BatchCreateApplicationsRequest : IMessage<BatchCreateApplicationsRequest>, IEquatable<BatchCreateApplicationsRequest>, IDeepCloneable<BatchCreateApplicationsRequest>, IBufferMessage, IMessage

Constructors

BatchCreateApplicationsRequest()

Declaration
public BatchCreateApplicationsRequest()

BatchCreateApplicationsRequest(BatchCreateApplicationsRequest)

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

Properties

Parent

Required. The parent resource where Applications will be created. Format: networks/{network_code} The parent field in the CreateApplicationRequest must match this field.

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName

Requests

Required. The Application objects to create.

Declaration
public RepeatedField<CreateApplicationRequest> Requests { get; }
Property Value
Type Description
RepeatedField<CreateApplicationRequest>
In this article
Back to top Generated by DocFX