ECS::LogEntry::Cloud::Project
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
id
cloud.project.id
The cloud project identifier.
Examples: Google Cloud Project id, Azure Project id.
Level: Extended Type: Keyword Example:
my-project
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
name
cloud.project.name
The cloud project name.
Examples: Google Cloud Project name, Azure Project name.
Level: Extended Type: Keyword Example:
my project
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