Resource: ReportConfig
The groups and associated preference sets on which we can generate reports.
JSON representation |
---|
{
"name"
:
string
,
"createTime"
:
string
,
"updateTime"
:
string
,
"displayName"
:
string
,
"description"
:
string
,
"groupPreferencesetAssignments"
:
[
{
object (
|
Fields | |
---|---|
name
|
Output only. Name of resource. |
create
|
Output only. The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update
|
Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
display
|
User-friendly display name. Maximum length is 63 characters. |
description
|
Free-text description. |
group
|
Required. Collection of combinations of groups and preference sets. |
GroupPreferenceSetAssignment
Represents a combination of a group with a preference set.
JSON representation |
---|
{ "group" : string , "preferenceSet" : string } |
Fields | |
---|---|
group
|
Required. Name of the group. |
preference
|
Required. Name of the Preference Set. |
Methods |
|
---|---|
|
Creates a report configuration. |
|
Deletes a ReportConfig. |
|
Gets details of a single ReportConfig. |
|
Lists ReportConfigs in a given project and location. |