struct

ECS::LogEntry::Destination::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

destination.as.organization.name

Organization name.

Level: Extended Type: Keyword Example:

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

destination.as.organization.name

Organization name.

Level: Extended Type: Keyword Example:

Google LLC
Source