GetReportConfigResult

data class GetReportConfigResult(val createTime: String, val description: String, val displayName: String, val groupPreferencesetAssignments: List<ReportConfigGroupPreferenceSetAssignmentResponse>, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetReportConfigResult(createTime: String, description: String, displayName: String, groupPreferencesetAssignments: List<ReportConfigGroupPreferenceSetAssignmentResponse>, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the resource was created.

Link copied to clipboard

Free-text description.

Link copied to clipboard

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

Link copied to clipboard

Collection of combinations of groups and preference sets.

Link copied to clipboard

Name of resource.

Link copied to clipboard

The timestamp when the resource was last updated.