Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

File metadata and controls

20 lines (14 loc) · 466 Bytes

FastCommentsClient::GetUserInternalProfileResponse

Properties

Name Type Description Notes
profile GetUserInternalProfileResponseProfile
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetUserInternalProfileResponse.new(
  profile: null,
  status: null
)