Show / Hide Table of Contents

Class UpdateNetworkRequest

Request for the UpdateNetwork method.

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

Constructors

UpdateNetworkRequest()

Declaration
public UpdateNetworkRequest()

UpdateNetworkRequest(UpdateNetworkRequest)

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

Properties

Network

Required. The Network to update.

The Network's name is used to identify the Network to update.

Declaration
public Network Network { get; set; }
Property Value
Type Description
Network

UpdateMask

Optional. The list of fields to update.

Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX