| Name | Type | Description | Notes |
|---|---|---|---|
| images | Array<Array<GifSearchResponseImagesInnerInner>> | [optional] | |
| status | APIStatus | ||
| code | String | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::GetGifsTrendingResponse.new(
images: null,
status: null,
code: null
)