Method: KlaviyoAPI::FlowCreateQueryResourceObjectAttributes.openapi_types
- Defined in:
- lib/klaviyo-api-sdk/models/flow_create_query_resource_object_attributes.rb
.openapi_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 |
# File 'lib/klaviyo-api-sdk/models/flow_create_query_resource_object_attributes.rb', line 37 def self.openapi_types { :'name' => :'String', :'definition' => :'FlowDefinition' } end |