struct

ECS::LogEntry::Organization

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id(new_value : String)

A chainable setter for id

Source
id

organization.id

Unique identifier for the organization.

Level: Extended Type: Keyword

Source
id=(id : String | Nil)

organization.id

Unique identifier for the organization.

Level: Extended Type: Keyword

Source
name(new_value : String)

A chainable setter for name

Source
name

organization.name

Organization name.

Level: Extended Type: Keyword

Source
name=(name : String | Nil)

organization.name

Organization name.

Level: Extended Type: Keyword

Source