Class BatchUpdateNativeStylesResponse
Response object for BatchUpdateNativeStyles method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchUpdateNativeStylesResponse : IMessage<BatchUpdateNativeStylesResponse>, IEquatable<BatchUpdateNativeStylesResponse>, IDeepCloneable<BatchUpdateNativeStylesResponse>, IBufferMessage, IMessage
Constructors
BatchUpdateNativeStylesResponse()
Declaration
public BatchUpdateNativeStylesResponse()
BatchUpdateNativeStylesResponse(BatchUpdateNativeStylesResponse)
Declaration
public BatchUpdateNativeStylesResponse(BatchUpdateNativeStylesResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateNativeStylesResponse | other |
Properties
NativeStyles
The NativeStyle objects updated.
Declaration
public RepeatedField<NativeStyle> NativeStyles { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<NativeStyle> |