Show / Hide Table of Contents

Class PlatformLogsConfig

The platform logs config for a project or a repository.

Inheritance
object
PlatformLogsConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX