Method: Ionoscloud::FlowLog.openapi_types

Defined in:
lib/ionoscloud/models/flow_log.rb

.openapi_typesObject

Attribute type mapping.



58
59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'lib/ionoscloud/models/flow_log.rb', line 58

def self.openapi_types
  {
    
    :'href' => :'String',

    :'id' => :'String',

    :'metadata' => :'DatacenterElementMetadata',

    :'properties' => :'FlowLogProperties',

    :'type' => :'Type'
  }
end