Sha256: 9199fb616fe92c6d273df900ffca3fd425524aaeffdd4ce01df5211caa7470ad
Contents?: true
Size: 844 Bytes
Versions: 9
Compression:
Stored size: 844 Bytes
Contents
# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class DealUnqualifiedReason < Model # @!attribute [r] created_at # @return [DateTime] Date and time of creation in UTC ISO8601 format. # attr_reader :created_at # @!attribute [r] creator_id # @return [Integer] Unique identifier of the user the deal unqualified reason was created by. # attr_reader :creator_id # @!attribute [r] id # @return [Integer] Unique identifier of the deal unqualified reason. # attr_reader :id # @!attribute [r] updated_at # @return [DateTime] Date and time of the last update in UTC ISO8601 format. # attr_reader :updated_at # @!attribute [rw] name # @return [String] Human-friendly unqualified reason explanation. # attr_accessor :name end end
Version data entries
9 entries across 9 versions & 1 rubygems