Sha256: a740f47bfc82e288669a96c62c1fd5a67f2095b5662bf061b384a93a700a5431
Contents?: true
Size: 883 Bytes
Versions: 21
Compression:
Stored size: 883 Bytes
Contents
# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class Tag < 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] User ID of the tag's creator. # attr_reader :creator_id # @!attribute [r] id # @return [Integer] Unique identifier of the tag. # 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] Name of the tag. # attr_accessor :name # @!attribute [rw] resource_type # @return [String] Type name of the resource the tag is attached to. # attr_accessor :resource_type end end
Version data entries
21 entries across 21 versions & 1 rubygems