Service Account Record Response
data class ServiceAccountRecordResponse(val description: String? = null, val displayName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null)
Record of the service account
Constructors
Link copied to clipboard
constructor(description: String? = null, displayName: String? = null, id: String? = null, kind: String? = null, metadata: MetadataEntityResponse? = null)