Get Supported Database Flags Result
data class GetSupportedDatabaseFlagsResult(val id: String, val location: String, val project: String? = null, val supportedDatabaseFlags: List<GetSupportedDatabaseFlagsSupportedDatabaseFlag>)
A collection of values returned by getSupportedDatabaseFlags.
Constructors
Link copied to clipboard
constructor(id: String, location: String, project: String? = null, supportedDatabaseFlags: List<GetSupportedDatabaseFlagsSupportedDatabaseFlag>)