Show / Hide Table of Contents

Class BatchUnarchiveSlatesRequest

Request message for BatchUnarchiveSlates method.

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

Constructors

BatchUnarchiveSlatesRequest()

Declaration
public BatchUnarchiveSlatesRequest()

BatchUnarchiveSlatesRequest(BatchUnarchiveSlatesRequest)

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

Properties

Names

Required. The resource names of the slates to unarchive. Format: "networks/{network_code}/slates/{slate_id}"

Declaration
public RepeatedField<string> Names { get; }
Property Value
Type Description
RepeatedField<string>

Parent

Required. The parent resource containing the slates. Format: "networks/{network_code}"

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

SlateNames

SlateName-typed view over the Names resource name property.

Declaration
public ResourceNameList<SlateName> SlateNames { get; }
Property Value
Type Description
ResourceNameList<SlateName>
In this article
Back to top Generated by DocFX