Show / Hide Table of Contents

Class UpdateCreativeSetRequest

Request object for UpdateCreativeSet method.

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

Constructors

UpdateCreativeSetRequest()

Declaration
public UpdateCreativeSetRequest()

UpdateCreativeSetRequest(UpdateCreativeSetRequest)

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

Properties

CreativeSet

Required. The CreativeSet to update.

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

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

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