Audit Log Export
data class AuditLogExport(val id: String, val state: AuditLogExportState, val createdAt: OffsetDateTime, val updatedAt: OffsetDateTime, val objectType: String = "audit_log_export", val url: String? = null)
AuditLogExport model.
Constructors
Link copied to clipboard
constructor(id: String, state: AuditLogExportState, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, objectType: String = "audit_log_export", url: String? = null)