Sha256: 7d397dcf04fb386b4ea2d7ea93fc1c1f358ef5209c44dd1c450714656ca26c50
Contents?: true
Size: 1.05 KB
Versions: 21
Compression:
Stored size: 1.05 KB
Contents
# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class Note < 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 that created the note. # attr_reader :creator_id # @!attribute [r] id # @return [Integer] Unique identifier of the note. # 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] content # @return [String] Content of the note. # attr_accessor :content # @!attribute [rw] resource_id # @return [Integer] Unique identifier of the resource the note is attached to. # attr_accessor :resource_id # @!attribute [rw] resource_type # @return [String] Type name of the resource the note is attached to. # attr_accessor :resource_type end end
Version data entries
21 entries across 21 versions & 1 rubygems