GoogleAdsSearchads360V23ResourcesSearchAds360Field class

A field or resource (artifact) used by SearchAds360Service.

Constructors

GoogleAdsSearchads360V23ResourcesSearchAds360Field({List<String>? attributeResources, String? category, String? dataType, List<String>? enumValues, bool? filterable, bool? isRepeated, List<String>? metrics, String? name, String? resourceName, List<String>? segments, bool? selectable, List<String>? selectableWith, bool? sortable, String? typeUrl})
GoogleAdsSearchads360V23ResourcesSearchAds360Field.fromJson(Map json_)

Properties

attributeResources List<String>?
The names of all resources that are selectable with the described artifact.
getter/setter pair
category String?
The category of the artifact.
getter/setter pair
dataType String?
This field determines the operators that can be used with the artifact in WHERE clauses.
getter/setter pair
enumValues List<String>?
Values the artifact can assume if it is a field of type ENUM.
getter/setter pair
filterable bool?
Whether the artifact can be used in a WHERE clause in search queries.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isRepeated bool?
Whether the field artifact is repeated.
getter/setter pair
metrics List<String>?
This field lists the names of all metrics that are selectable with the described artifact when it is used in the FROM clause.
getter/setter pair
name String?
The name of the artifact.
getter/setter pair
resourceName String?
The resource name of the artifact.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<String>?
This field lists the names of all artifacts, whether a segment or another resource, that segment metrics when included in search queries and when the described artifact is used in the FROM clause.
getter/setter pair
selectable bool?
Whether the artifact can be used in a SELECT clause in search queries.
getter/setter pair
selectableWith List<String>?
The names of all resources, segments, and metrics that are selectable with the described artifact.
getter/setter pair
sortable bool?
Whether the artifact can be used in a ORDER BY clause in search queries.
getter/setter pair
typeUrl String?
The URL of proto describing the artifact's data type.
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