fastly 5.1.1 → 5.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ module Fastly
44
44
  :'status' => :'String',
45
45
  :'meta' => :'HistoricalMeta',
46
46
  :'msg' => :'String',
47
- :'data' => :'Array<Hash<String, String>>'
47
+ :'data' => :'Array<HistoricalFieldResultsAttributes>'
48
48
  }
49
49
  end
50
50
 
@@ -30,7 +30,7 @@ module Fastly
30
30
  # Attribute type mapping.
31
31
  def self.fastly_types
32
32
  {
33
- :'data' => :'Array<Hash<String, String>>'
33
+ :'data' => :'Array<HistoricalFieldResultsAttributes>'
34
34
  }
35
35
  end
36
36