Show / Hide Table of Contents

Class BatchUpdateApplicationsRequest

Request object for BatchUpdateApplications method.

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

Constructors

BatchUpdateApplicationsRequest()

Declaration
public BatchUpdateApplicationsRequest()

BatchUpdateApplicationsRequest(BatchUpdateApplicationsRequest)

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

Properties

Parent

Required. The parent resource where Applications will be updated. Format: networks/{network_code} The parent field in the UpdateApplicationRequest 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 update.

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