Show / Hide Table of Contents

Class BatchCreateNativeStylesRequest

Request object for BatchCreateNativeStyles method.

Inheritance
object
BatchCreateNativeStylesRequest
Implements
IMessage<BatchCreateNativeStylesRequest>
IEquatable<BatchCreateNativeStylesRequest>
IDeepCloneable<BatchCreateNativeStylesRequest>
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 BatchCreateNativeStylesRequest : IMessage<BatchCreateNativeStylesRequest>, IEquatable<BatchCreateNativeStylesRequest>, IDeepCloneable<BatchCreateNativeStylesRequest>, IBufferMessage, IMessage

Constructors

BatchCreateNativeStylesRequest()

Declaration
public BatchCreateNativeStylesRequest()

BatchCreateNativeStylesRequest(BatchCreateNativeStylesRequest)

Declaration
public BatchCreateNativeStylesRequest(BatchCreateNativeStylesRequest other)
Parameters
Type Name Description
BatchCreateNativeStylesRequest other

Properties

Parent

Required. The parent resource where NativeStyles will be created. Format: networks/{network_code} The parent field in the CreateNativeStyleRequest must match this field.

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName

Requests

Required. The NativeStyle objects to create. A maximum of 100 objects can be created in a batch.

Declaration
public RepeatedField<CreateNativeStyleRequest> Requests { get; }
Property Value
Type Description
RepeatedField<CreateNativeStyleRequest>
In this article
Back to top Generated by DocFX