Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 506 Bytes

RegistrationGCPAccountResponseV1.md

File metadata and controls

22 lines (16 loc) · 506 Bytes

Falcon::RegistrationGCPAccountResponseV1

Properties

Name Type Description Notes
errors Array<MsaAPIError>
meta MsaMetaInfo
resources Array<DomainGCPAccountV1>

Example

require 'crimson-falcon'

instance = Falcon::RegistrationGCPAccountResponseV1.new(
  errors: null,
  meta: null,
  resources: null
)