lib/fastly/models/version_detail.rb in fastly-4.0.0.alpha4 vs lib/fastly/models/version_detail.rb in fastly-4.0.0

- old
+ new

@@ -41,11 +41,10 @@ attr_accessor :request_settings # List of response objects for this service. attr_accessor :response_objects - # List of default settings for this service. attr_accessor :settings # List of VCL snippets for this service. attr_accessor :snippets @@ -91,20 +90,19 @@ :'gzips' => :'Array<GzipResponse>', :'headers' => :'Array<HeaderResponse>', :'healthchecks' => :'Array<HealthcheckResponse>', :'request_settings' => :'Array<RequestSettingsResponse>', :'response_objects' => :'Array<ResponseObjectResponse>', - :'settings' => :'Settings', + :'settings' => :'VersionDetailSettings', :'snippets' => :'Array<SchemasSnippetResponse>', :'vcls' => :'Array<SchemasVclResponse>', :'wordpress' => :'Array<Object>' } end # List of attributes with nullable: true def self.fastly_nullable Set.new([ - :'settings', ]) end # Initializes the object # @param [Hash] attributes Model attributes in the form of hash