Class AuditLog
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.AuditLog
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AuditLog extends com.ibm.cloud.sdk.core.service.model.GenericModelA collection of audit records.
-
-
Constructor Summary
Constructors Constructor Description AuditLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AuditRecord>getList()Gets the list.
-
-
-
Method Detail
-
getList
public java.util.List<AuditRecord> getList()
Gets the list. A list of audit records.- Returns:
- the list
-
-