Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

File metadata and controls

20 lines (14 loc) · 413 Bytes

Zernio::UpdateContact200Response

Properties

Name Type Description Notes
success Boolean [optional]
contact UpdateContact200ResponseContact [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateContact200Response.new(
  success: null,
  contact: null
)