Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 416 Bytes

File metadata and controls

20 lines (14 loc) · 416 Bytes

FastCommentsClient::GifSearchResponse

Properties

Name Type Description Notes
images Array<Array<GifSearchResponseImagesInnerInner>>
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::GifSearchResponse.new(
  images: null,
  status: null
)