Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 541 Bytes

File metadata and controls

24 lines (18 loc) · 541 Bytes

SendX::RestRPostTag

Properties

Name Type Description Notes
id String [optional]
name String Tag name [optional]
created Time Date and time when tag was created [optional]
updated Time Date and time when tag was updated [optional]

Example

require 'sendx-ruby-sdk'

instance = SendX::RestRPostTag.new(
  id: post_tag_leBDiFdrUnRmRz4nfopSrv,
  name: Summer Sale,
  created: null,
  updated: null
)