Class PlatformLogsConfig
The platform logs config for a project or a repository.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class PlatformLogsConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LoggingState
Optional. The state of the platform logs: enabled or disabled.
Declaration
[JsonProperty("loggingState")]
public virtual string LoggingState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SeverityLevel
Optional. The severity level for the logs. Logs will be generated if their severity level is >= than the value of the severity level mentioned here.
Declaration
[JsonProperty("severityLevel")]
public virtual string SeverityLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |