struct

ECS::LogEntry::Source::As::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

name(new_value : String)

A chainable setter for name

Source
name

source.as.organization.name

Organization name.

Level: Extended Type: Keyword Example:

Google LLC
Source
name=(name : String | Nil)

source.as.organization.name

Organization name.

Level: Extended Type: Keyword Example:

Google LLC
Source