Show / Hide Table of Contents

Class BatchUpdateDaiEncodingProfilesResponse

Response object for BatchUpdateDaiEncodingProfiles method.

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

Constructors

BatchUpdateDaiEncodingProfilesResponse()

Declaration
public BatchUpdateDaiEncodingProfilesResponse()

BatchUpdateDaiEncodingProfilesResponse(BatchUpdateDaiEncodingProfilesResponse)

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

Properties

DaiEncodingProfiles

The DaiEncodingProfile objects updated.

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