Method: Fastly::TlsCommonResponseAllOf.fastly_nullable

Defined in:
lib/fastly/models/tls_common_response_all_of.rb

.fastly_nullableObject

List of attributes with nullable: true



54
55
56
57
58
59
60
61
# File 'lib/fastly/models/tls_common_response_all_of.rb', line 54

def self.fastly_nullable
  Set.new([
    :'tls_ca_cert',
    :'tls_client_cert',
    :'tls_client_key',
    :'tls_cert_hostname'
  ])
end