View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Column (google_api_cloud_channel v0.11.0)

The definition of a report column. Specifies the data properties in the corresponding position of the report rows.

Attributes

  • columnId (type: String.t, default: nil) - The unique name of the column (for example, customer_domain, channel_partner, customer_cost). You can use column IDs in RunReportJobRequest.filter. To see all reports and their columns, call CloudChannelReportsService.ListReports.
  • dataType (type: String.t, default: nil) - The type of the values for this column.
  • displayName (type: String.t, default: nil) - The column's display name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Column{
  columnId: String.t() | nil,
  dataType: String.t() | nil,
  displayName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.