Class ListExclusionsResponse
Result returned from ListExclusions.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class ListExclusionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Exclusions
A list of exclusions.
Declaration
[JsonProperty("exclusions")]
public virtual IList<LogExclusion> Exclusions { get; set; }
Property Value
Type | Description |
---|---|
IList<LogExclusion> |
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 |