Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 550 Bytes

File metadata and controls

24 lines (18 loc) · 550 Bytes

Zernio::ListAdCatalogs200ResponseCatalogsInner

Properties

Name Type Description Notes
id String [optional]
name String [optional]
vertical String Catalog vertical (e.g. commerce, vehicles, hotels) [optional]
product_count Integer [optional]

Example

require 'zernio-sdk'

instance = Zernio::ListAdCatalogs200ResponseCatalogsInner.new(
  id: null,
  name: null,
  vertical: null,
  product_count: null
)