View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Row (google_api_cloud_channel v0.6.0)
A row of report values.
Attributes
-
partitionKey
(type:String.t
, default:nil
) - The key for the partition this row belongs to. This field is empty if the report is not partitioned. -
values
(type:list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportValue.t)
, default:nil
) - The list of values in the row.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Row{ partitionKey: String.t() | nil, values: [GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportValue.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.