Method: BlueprintClient::IntegrationTransform.swagger_types

Defined in:
lib/blueprint_ruby_client/models/integration_transform.rb

.swagger_typesObject

Attribute type mapping.



41
42
43
44
45
46
47
48
49
50
51
52
53
# File 'lib/blueprint_ruby_client/models/integration_transform.rb', line 41

def self.swagger_types
  {
    
    :'field' => :'String',
    
    :'regex' => :'String',
    
    :'refs' => :'Array<String>',
    
    :'example' => :'IntegrationTransformExample'
    
  }
end