Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

File metadata and controls

20 lines (14 loc) · 413 Bytes

FastCommentsClient::GetAuditLogsResponse

Properties

Name Type Description Notes
status APIStatus
audit_logs Array<APIAuditLog>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetAuditLogsResponse.new(
  status: null,
  audit_logs: null
)