Method: MergeCRMClient::Account.openapi_nullable

Defined in:
lib/merge_crm_client/models/account.rb

.openapi_nullableObject

List of attributes with nullable: true



106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# File 'lib/merge_crm_client/models/account.rb', line 106

def self.openapi_nullable
  Set.new([
    :'remote_id',
    :'owner',
    :'name',
    :'description',
    :'industry',
    :'website',
    :'number_of_employees',
    :'last_activity_at',
    :'remote_updated_at',
    :'remote_created_at',
    :'remote_data',
  ])
end