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

The ID and description of a report that was used to generate report data. For example, "Google Cloud Daily Spend", "Google Workspace License Activity", etc.

Attributes

  • columns (type: list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Column.t), default: nil) - The list of columns included in the report. This defines the schema of the report results.
  • description (type: String.t, default: nil) - A description of other aspects of the report, such as the products it supports.
  • displayName (type: String.t, default: nil) - A human-readable name for this report.
  • name (type: String.t, default: nil) - Required. The report's resource name. Specifies the account and report used to generate report data. The report_id identifier is a UID (for example, 613bf59q). Name uses the format: accounts/{account_id}/reports/{report_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Report{
  columns:
    [GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Column.t()] | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.