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