Sha256: a1ed673b6b71865a8e27bef3e06140ec98385e0bcb24bccac5b54e0261d6cc46

Contents?: true

Size: 733 Bytes

Versions: 21

Compression:

Stored size: 733 Bytes

Contents

# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema

module BaseCRM
  class AssociatedContact < Model
    # @!attribute [r] created_at
    #   @return [DateTime] Date and time that the associated contact was created in UTC (ISO8601 format).
    # attr_reader :created_at
    # @!attribute [r] updated_at
    #   @return [DateTime] Date and time of the last update on the associated contact in UTC (ISO8601 format).
    # attr_reader :updated_at

    # @!attribute [rw] contact_id
    #   @return [Integer] Unique identifier of the contact to be associated with the deal.
    # attr_accessor :contact_id
    # @!attribute [rw] role
    #   @return [String] Role name.
    # attr_accessor :role
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
basecrm-1.0.0 lib/basecrm/models/associated_contact.rb