Show / Hide Table of Contents

Class BatchDeactivateCustomFieldsRequest

Request message for BatchDeactivateCustomFields method.

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

Constructors

BatchDeactivateCustomFieldsRequest()

Declaration
public BatchDeactivateCustomFieldsRequest()

BatchDeactivateCustomFieldsRequest(BatchDeactivateCustomFieldsRequest)

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

Properties

CustomFieldNames

CustomFieldName-typed view over the Names resource name property.

Declaration
public ResourceNameList<CustomFieldName> CustomFieldNames { get; }
Property Value
Type Description
ResourceNameList<CustomFieldName>

Names

Required. The resource names of the CustomField objects to deactivate. Format: networks/{network_code}/customFields/{custom_field_id}

Declaration
public RepeatedField<string> Names { get; }
Property Value
Type Description
RepeatedField<string>

Parent

Required. Format: networks/{network_code}

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
In this article
Back to top Generated by DocFX