Account Resource Response System Data
data class AccountResourceResponseSystemData(val createdAt: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.
Constructors
Link copied to clipboard
fun AccountResourceResponseSystemData(createdAt: String? = null, createdByType: String? = null, lastModifiedAt: String? = null, lastModifiedByType: String? = null)