GoogleCloudChannelV1Column class
The definition of a report column.
Specifies the data properties in the corresponding position of the report rows.
Constructors
- GoogleCloudChannelV1Column({String? columnId, String? dataType, String? displayName})
- GoogleCloudChannelV1Column.fromJson(Map json_)
Properties
- columnId ↔ String?
-
The unique name of the column (for example, customer_domain,
channel_partner, customer_cost).
getter/setter pair
- dataType ↔ String?
-
The type of the values for this column.
Possible string values are:
getter/setter pair
- displayName ↔ String?
-
The column's display name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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