type ColumnType (v202405)
Service
PublisherQueryLanguageService
Contains information about a column in a ResultSet.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
labelName
|
xsd:string
Represents the column's name.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The PublisherQueryLanguageService uses the ResultSet object, which contains information about columns within it."],["ColumnType objects represent individual columns in a ResultSet and include information such as the column's name (labelName)."],["These objects are part of the Google Ad Manager API and reside within the specified namespace."]]],["The core content defines the `ColumnType` within the `PublisherQueryLanguageService`, part of the `ResultSet`. It specifies that the `ColumnType` provides details about a column found in a `ResultSet`. The namespace is provided. The key piece of information is the `labelName` field, described as a string (`xsd:string`), representing the name of the column. This field is the primary data point offered for describing a column.\n"]]