Show / Hide Table of Contents

Class BatchCreateCustomFieldsResponse

Response object for BatchCreateCustomFields method.

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