Show / Hide Table of Contents

Class BatchCreateNativeStylesResponse

Response object for BatchCreateNativeStyles method.

Inheritance
object
BatchCreateNativeStylesResponse
Implements
IMessage<BatchCreateNativeStylesResponse>
IEquatable<BatchCreateNativeStylesResponse>
IDeepCloneable<BatchCreateNativeStylesResponse>
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 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>
In this article
Back to top Generated by DocFX