Class UpdateNetworkRequest
Request for the UpdateNetwork method.
Implements
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 |