GoogleAdsSearchads360V23ResourcesCustomColumn class
A custom column.
See Search Ads 360 custom column at https://support.google.com/sa360/answer/9633916
Constructors
-
GoogleAdsSearchads360V23ResourcesCustomColumn({String? description, String? id, String? name, bool? queryable, List<
String> ? referencedSystemColumns, bool? referencesAttributes, bool? referencesMetrics, String? renderType, String? resourceName, String? valueType}) - GoogleAdsSearchads360V23ResourcesCustomColumn.fromJson(Map json_)
Properties
- description ↔ String?
-
User-defined description of the custom column.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID of the custom column.
getter/setter pair
- name ↔ String?
-
User-defined name of the custom column.
getter/setter pair
- queryable ↔ bool?
-
True when the custom column is available to be used in the query of
SearchAds360Service.Search and SearchAds360Service.SearchStream.
getter/setter pair
-
referencedSystemColumns
↔ List<
String> ? -
The list of the referenced system columns of this custom column.
getter/setter pair
- referencesAttributes ↔ bool?
-
True when the custom column is referring to one or more attributes.
getter/setter pair
- referencesMetrics ↔ bool?
-
True when the custom column is referring to one or more metrics.
getter/setter pair
- renderType ↔ String?
-
How the result value of the custom column should be interpreted.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the custom column.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueType ↔ String?
-
The type of the result value of the custom column.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited