Show / Hide Table of Contents

Class ListLogScopesResponse

The response from ListLogScopes. Every project has a _Default log scope that cannot be modified or deleted.

Inheritance
object
ListLogScopesResponse
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.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class ListLogScopesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LogScopes

A list of log scopes.

Declaration
[JsonProperty("logScopes")]
public virtual IList<LogScope> LogScopes { get; set; }
Property Value
Type Description
IList<LogScope>

NextPageToken

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX