Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 605 Bytes

File metadata and controls

26 lines (20 loc) · 605 Bytes

Zernio::CreateWhatsAppTemplate200ResponseTemplate

Properties

Name Type Description Notes
id String [optional]
name String [optional]
status String APPROVED for library templates, PENDING for custom [optional]
category String [optional]
language String [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateWhatsAppTemplate200ResponseTemplate.new(
  id: null,
  name: null,
  status: null,
  category: null,
  language: null
)