Class BatchCreateEntitySignalsMappingsRequest
Request object for BatchCreateEntitySignalsMappings method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateEntitySignalsMappingsRequest : IMessage<BatchCreateEntitySignalsMappingsRequest>, IEquatable<BatchCreateEntitySignalsMappingsRequest>, IDeepCloneable<BatchCreateEntitySignalsMappingsRequest>, IBufferMessage, IMessage
Constructors
BatchCreateEntitySignalsMappingsRequest()
Declaration
public BatchCreateEntitySignalsMappingsRequest()
BatchCreateEntitySignalsMappingsRequest(BatchCreateEntitySignalsMappingsRequest)
Declaration
public BatchCreateEntitySignalsMappingsRequest(BatchCreateEntitySignalsMappingsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateEntitySignalsMappingsRequest | other |
Properties
Parent
Required. The parent resource where EntitySignalsMappings will be
created. Format: networks/{network_code} The parent field in the
CreateEntitySignalsMappingRequest 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 EntitySignalsMapping objects to create.
A maximum of 100 objects can be created in a batch.
Declaration
public RepeatedField<CreateEntitySignalsMappingRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CreateEntitySignalsMappingRequest> |