Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 367 Bytes

File metadata and controls

20 lines (14 loc) · 367 Bytes

Zernio::CreateBlogRequest

Properties

Name Type Description Notes
title String
handle String URL slug. Generated from the title when omitted. [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateBlogRequest.new(
  title: null,
  handle: null
)