Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 323 Bytes

VerifyCodeResponse.md

File metadata and controls

18 lines (12 loc) · 323 Bytes

Bandwidth::VerifyCodeResponse

Properties

Name Type Description Notes
valid Boolean Whether or not the supplied code is valid. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::VerifyCodeResponse.new(
  valid: true
)