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

Version Path
basecrm-2.0.0 lib/basecrm/models/tag.rb
basecrm-1.3.10 lib/basecrm/models/tag.rb
basecrm-1.3.9 lib/basecrm/models/tag.rb
basecrm-1.3.8 lib/basecrm/models/tag.rb
basecrm-1.3.7 lib/basecrm/models/tag.rb
basecrm-1.3.6 lib/basecrm/models/tag.rb
basecrm-1.3.5 lib/basecrm/models/tag.rb
basecrm-1.3.4 lib/basecrm/models/tag.rb
basecrm-1.3.3 lib/basecrm/models/tag.rb
basecrm-1.3.2 lib/basecrm/models/tag.rb
basecrm-1.3.1 lib/basecrm/models/tag.rb
basecrm-1.3.0 lib/basecrm/models/tag.rb
basecrm-1.2.3 lib/basecrm/models/tag.rb
basecrm-1.2.2 lib/basecrm/models/tag.rb
basecrm-1.2.1 lib/basecrm/models/tag.rb
basecrm-1.2.0 lib/basecrm/models/tag.rb
basecrm-1.1.3 lib/basecrm/models/tag.rb
basecrm-1.1.2 lib/basecrm/models/tag.rb
basecrm-1.1.1 lib/basecrm/models/tag.rb
basecrm-1.1.0 lib/basecrm/models/tag.rb