GoogleCloudChannelV1Report class

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.

Constructors

GoogleCloudChannelV1Report({List<GoogleCloudChannelV1Column>? columns, String? description, String? displayName, String? name})
GoogleCloudChannelV1Report.fromJson(Map json_)

Properties

columns List<GoogleCloudChannelV1Column>?
The list of columns included in the report.
getter/setter pair
description String?
A description of other aspects of the report, such as the products it supports.
getter/setter pair
displayName String?
A human-readable name for this report.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The report's resource name.
getter/setter pair
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