Sha256: 5d9ced549c423bb4af1ba6a58a5a2f248ac25c0d18bcc4bdb526978b0f963499
Contents?: true
Size: 814 Bytes
Versions: 8
Compression:
Stored size: 814 Bytes
Contents
# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class CallOutcome < Model # @!attribute [r] created_at # @return [DateTime] Date and time of when the call outcome was created in UTC (ISO8601 format). # attr_reader :created_at # @!attribute [r] creator_id # @return [Integer] Unique identifier of the user who created the call outcome. # attr_reader :creator_id # @!attribute [r] id # @return [Integer] Unique identifier of the call outcome. # attr_reader :id # @!attribute [r] name # @return [String] Name of the call outcome. # attr_reader :name # @!attribute [r] updated_at # @return [DateTime] Date and time of the last update in UTC (ISO8601 format). # attr_reader :updated_at end end
Version data entries
8 entries across 8 versions & 1 rubygems