Show / Hide Table of Contents

Class ListMonitoredResourceDescriptorsResponse

Result returned from ListMonitoredResourceDescriptors.

Inheritance
object
ListMonitoredResourceDescriptorsResponse
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 ListMonitoredResourceDescriptorsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

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

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

ResourceDescriptors

A list of resource descriptors.

Declaration
[JsonProperty("resourceDescriptors")]
public virtual IList<MonitoredResourceDescriptor> ResourceDescriptors { get; set; }
Property Value
Type Description
IList<MonitoredResourceDescriptor>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX