Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 494 Bytes

File metadata and controls

22 lines (16 loc) · 494 Bytes

FastCommentsClient::GetGifsTrendingResponse

Properties

Name Type Description Notes
images Array<Array<GifSearchResponseImagesInnerInner>> [optional]
status APIStatus
code String [optional]

Example

require 'fastcomments-client'

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