Sha256: 23c0fed4ea5703c55c4e75617224b380c2690faacda34b894e05aa08b92f940a
Contents?: true
Size: 773 Bytes
Versions: 21
Compression:
Stored size: 773 Bytes
Contents
# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class Source < Model # @!attribute [r] created_at # @return [String] Date and time of creation in UTC (ISO 8601 format). # attr_reader :created_at # @!attribute [r] creator_id # @return [Integer] Unique identifier of the user that created the source. # attr_reader :creator_id # @!attribute [r] id # @return [Integer] Unique identifier of the deal source. # attr_reader :id # @!attribute [r] updated_at # @return [String] Date and time of the last update in UTC (ISO 8601 format). # attr_reader :updated_at # @!attribute [rw] name # @return [String] Name of the source. # attr_accessor :name end end
Version data entries
21 entries across 21 versions & 1 rubygems