lib/fastly/models/logging_splunk_additional.rb in fastly-8.4.0 vs lib/fastly/models/logging_splunk_additional.rb in fastly-8.5.0

- old
+ new

@@ -38,11 +38,11 @@ # Attribute type mapping. def self.fastly_types { :'url' => :'String', :'token' => :'String', - :'use_tls' => :'LoggingUseTls' + :'use_tls' => :'LoggingUseTlsString' } end # List of attributes with nullable: true def self.fastly_nullable @@ -74,10 +74,10 @@ end if attributes.key?(:'use_tls') self.use_tls = attributes[:'use_tls'] else - self.use_tls = LoggingUseTls::no_tls + self.use_tls = '0' end end # Show invalid properties with the reasons. Usually used together with valid? # @return Array for valid properties with the reasons