Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCustomerCustomizer

A customizer value for the associated CustomizerAttribute at the Customer level.

Inheritance
object
GoogleAdsSearchads360V23ResourcesCustomerCustomizer
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerCustomizer : IDirectResponseSchema

Properties

CustomizerAttribute

Required. Immutable. The customizer attribute which is linked to the customer.

Declaration
[JsonProperty("customizerAttribute")]
public virtual string CustomizerAttribute { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ResourceName

Immutable. The resource name of the customer customizer. Customer customizer resource names have the form: customers/{customer_id}/customerCustomizers/{customizer_attribute_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Status

Output only. The status of the customer customizer attribute.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Value

Required. The value to associate with the customizer attribute at this level. The value must be of the type specified for the CustomizerAttribute.

Declaration
[JsonProperty("value")]
public virtual GoogleAdsSearchads360V23CommonCustomizerValue Value { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonCustomizerValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX