uncountable.core.query.column.IdsColumn ======================================= .. py:class:: uncountable.core.query.column.IdsColumn[NullableT: NullableColumn | NonNullableColumn](identifier, id_type, nullable, filters = None) Used in conjunction with the QueryRow and QueryBuilder classes to fetch structured data from the Uncountable API. Add Column instances as properties to a subclass of QueryRow to define the data returned by the query. WARNING: This class is in beta and subject to breaking changes. Always check the SDK changelog for breaking changes before updating your SDK version. .. py:method:: filter(filter) .. py:method:: includes(other) .. py:attribute:: id_type .. py:attribute:: identifier :type: uncountable.types.listing_t.ColumnIdentifier .. py:attribute:: name :type: str | None :value: None .. py:attribute:: nullable :type: type[NullableT] .. py:attribute:: owner :type: type[object] | None :value: None