REST Resource: projects.locations.reportConfigs

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 (  GroupPreferenceSetAssignment 
 
) 
 } 
 ] 
 } 
Fields
name

string

Output only. Name of resource.

create Time

string ( Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .

update Time

string ( Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .

display Name

string

User-friendly display name. Maximum length is 63 characters.

description

string

Free-text description.

group Preferenceset Assignments[]

object ( GroupPreferenceSetAssignment )

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

string

Required. Name of the group.

preference Set

string

Required. Name of the Preference Set.

Methods

create

Creates a report configuration.

delete

Deletes a ReportConfig.

get

Gets details of a single ReportConfig.

list

Lists ReportConfigs in a given project and location.
Design a Mobile Site
View Site in Mobile | Classic
Share by: