Class BatchCreateDaiEncodingProfilesResponse
Response object for BatchCreateDaiEncodingProfiles method.
Implements
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> |