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