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

- old
+ new

@@ -95,11 +95,11 @@ :'request_max_bytes' => :'Integer', :'parse_log_keyvals' => :'Boolean', :'auth_method' => :'String', :'user' => :'String', :'password' => :'String', - :'use_tls' => :'LoggingUseTls' + :'use_tls' => :'LoggingUseTlsString' } end # List of attributes with nullable: true def self.fastly_nullable @@ -164,10 +164,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