Get Service Result
data class GetServiceResult(val autogenerateRevisionName: Boolean, val id: String, val location: String, val metadatas: List<GetServiceMetadata>, val name: String, val project: String? = null, val statuses: List<GetServiceStatus>, val templates: List<GetServiceTemplate>, val traffics: List<GetServiceTraffic>)
A collection of values returned by getService.
Constructors
Link copied to clipboard
constructor(autogenerateRevisionName: Boolean, id: String, location: String, metadatas: List<GetServiceMetadata>, name: String, project: String? = null, statuses: List<GetServiceStatus>, templates: List<GetServiceTemplate>, traffics: List<GetServiceTraffic>)