fastly 5.1.1 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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