Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 697 Bytes

File metadata and controls

24 lines (18 loc) · 697 Bytes

FastCommentsClient::APIBanUserChangeLog

Properties

Name Type Description Notes
created_banned_user_id String [optional]
updated_banned_user_id String [optional]
deleted_banned_users Array<APIBannedUser> [optional]
changed_values_before APIBanUserChangedValues [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::APIBanUserChangeLog.new(
  created_banned_user_id: null,
  updated_banned_user_id: null,
  deleted_banned_users: null,
  changed_values_before: null
)