Method: GongAPI::ContextField#name

Defined in:
lib/gong_api/models/context_field.rb

#nameObject

Field name. For Account supported fields are: Name, Website, Industry and all the custom fields. For Opportunity supported fields are Name, LeadSource, Type, StageName, Probability, Amount, CloseDate and all the custom fields.



18
19
20
# File 'lib/gong_api/models/context_field.rb', line 18

def name
  @name
end