Show / Hide Table of Contents

Class BatchCreateDaiEncodingProfilesResponse

Response object for BatchCreateDaiEncodingProfiles method.

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

Constructors

BatchCreateDaiEncodingProfilesResponse()

Declaration
public BatchCreateDaiEncodingProfilesResponse()

BatchCreateDaiEncodingProfilesResponse(BatchCreateDaiEncodingProfilesResponse)

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

Properties

DaiEncodingProfiles

The DaiEncodingProfile objects created.

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