Method: Fastly::ServiceDetail.attribute_map

Defined in:
lib/fastly/models/service_detail.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# File 'lib/fastly/models/service_detail.rb', line 75

def self.attribute_map
  {
    :'created_at' => :'created_at',
    :'deleted_at' => :'deleted_at',
    :'updated_at' => :'updated_at',
    :'comment' => :'comment',
    :'name' => :'name',
    :'customer_id' => :'customer_id',
    :'type' => :'type',
    :'id' => :'id',
    :'publish_key' => :'publish_key',
    :'paused' => :'paused',
    :'versions' => :'versions',
    :'active_version' => :'active_version',
    :'version' => :'version'
  }
end