Show / Hide Table of Contents

Class BatchArchiveDaiEncodingProfilesRequest

Request object for BatchArchiveDaiEncodingProfiles method.

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

Constructors

BatchArchiveDaiEncodingProfilesRequest()

Declaration
public BatchArchiveDaiEncodingProfilesRequest()

BatchArchiveDaiEncodingProfilesRequest(BatchArchiveDaiEncodingProfilesRequest)

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

Properties

Parent

Required. 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

Requests

Required. The DaiEncodingProfile objects to archive. A maximum of 100 objects can be archived in a batch.

Declaration
public RepeatedField<ArchiveDaiEncodingProfileRequest> Requests { get; }
Property Value
Type Description
RepeatedField<ArchiveDaiEncodingProfileRequest>
In this article
Back to top Generated by DocFX