Show / Hide Table of Contents

Class UpdateSlateRequest

Request object for UpdateSlate method.

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

Constructors

UpdateSlateRequest()

Declaration
public UpdateSlateRequest()

UpdateSlateRequest(UpdateSlateRequest)

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

Properties

Slate

Required. The Slate to update.

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

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

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