Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 484 Bytes

File metadata and controls

20 lines (14 loc) · 484 Bytes

OpenapiClient::ConditionParamTypeRef

Properties

Name Type Description Notes
type_name TypeName [default to 'TYPE_NAME_UNSPECIFIED']
generic_types Array<ConditionParamTypeRef> [optional]

Example

require 'openapi_client'

instance = OpenapiClient::ConditionParamTypeRef.new(
  type_name: null,
  generic_types: null
)