struct

ECS::LogEntry::Cloud::Project

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

cloud.project.id

The cloud project identifier.

Examples: Google Cloud Project id, Azure Project id.

Level: Extended Type: Keyword Example:

my-project
Source
id=(id : String | Nil)

cloud.project.id

The cloud project identifier.

Examples: Google Cloud Project id, Azure Project id.

Level: Extended Type: Keyword Example:

my-project
Source
name(new_value : String)

A chainable setter for name

Source
name

cloud.project.name

The cloud project name.

Examples: Google Cloud Project name, Azure Project name.

Level: Extended Type: Keyword Example:

my project
Source
name=(name : String | Nil)

cloud.project.name

The cloud project name.

Examples: Google Cloud Project name, Azure Project name.

Level: Extended Type: Keyword Example:

my project
Source