Class Line
Contains information about a single line from logs.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class Line : IDirectResponseSchemaProperties
Content
Text content of the log line.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
LineNumber
Number of the line.
Declaration
[JsonProperty("lineNumber")]
public virtual int? LineNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |