Show / Hide Table of Contents

Class BatchUpdateNativeStylesResponse

Response object for BatchUpdateNativeStyles method.

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