Show / Hide Table of Contents

Class BatchArchiveSlatesRequest

Request message for BatchArchiveSlates method.

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

Constructors

BatchArchiveSlatesRequest()

Declaration
public BatchArchiveSlatesRequest()

BatchArchiveSlatesRequest(BatchArchiveSlatesRequest)

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

Properties

Names

Required. The resource names of the slates to archive. 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