Class BatchUpdateDaiEncodingProfilesResponse
Response object for BatchUpdateDaiEncodingProfiles method.
Implements
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> |