# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class Pipeline < Model # @!attribute [r] created_at # @return [DateTime] Date and time of creation in UTC ISO8601 format. # attr_reader :created_at # @!attribute [r] id # @return [Integer] The unique identifier of the pipeline. # attr_reader :id # @!attribute [r] updated_at # @return [DateTime] Date and time of last update in UTC ISO8601 format. # attr_reader :updated_at # @!attribute [rw] name # @return [String] Human-friendly name of the pipeline. # attr_accessor :name end end