Show / Hide Table of Contents

Class GetCustomFieldRequest

Request object for GetCustomField method.

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

Constructors

GetCustomFieldRequest()

Declaration
public GetCustomFieldRequest()

GetCustomFieldRequest(GetCustomFieldRequest)

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

Properties

CustomFieldName

CustomFieldName-typed view over the Name resource name property.

Declaration
public CustomFieldName CustomFieldName { get; set; }
Property Value
Type Description
CustomFieldName

Name

Required. The resource name of the CustomField. Format: networks/{network_code}/customFields/{custom_field_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX