Class CustomFieldValue
A value for a CustomField on a resource.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CustomFieldValue : IMessage<CustomFieldValue>, IEquatable<CustomFieldValue>, IDeepCloneable<CustomFieldValue>, IBufferMessage, IMessage
Constructors
CustomFieldValue()
Declaration
public CustomFieldValue()
CustomFieldValue(CustomFieldValue)
Declaration
public CustomFieldValue(CustomFieldValue other)
Parameters
Type | Name | Description |
---|---|---|
CustomFieldValue | other |
Properties
CustomField
Required. The custom field for which this is a value. Format: "networks/{network_code}/customFields/{custom_field_id}"
Declaration
public string CustomField { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomFieldAsCustomFieldName
CustomFieldName-typed view over the CustomField resource name property.
Declaration
public CustomFieldName CustomFieldAsCustomFieldName { get; set; }
Property Value
Type | Description |
---|---|
CustomFieldName |
Value
Required. A typed value representation of the value.
Declaration
public CustomFieldValue.Types.Value Value { get; set; }
Property Value
Type | Description |
---|---|
CustomFieldValue.Types.Value |