class Google::Apis::LoggingV2beta1::ListMonitoredResourceDescriptorsResponse

Result returned from ListMonitoredResourceDescriptors.

Attributes

next_page_token[RW]

If there are more results than were returned, then `nextPageToken` is included in the response. To get the next set of results, call this method again using the value of `nextPageToken` as `pageToken`. Corresponds to the JSON property `nextPageToken` @return [String]

resource_descriptors[RW]

A list of resource descriptors. Corresponds to the JSON property `resourceDescriptors` @return [Array<Google::Apis::LoggingV2beta1::MonitoredResourceDescriptor>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/logging_v2beta1/classes.rb, line 580
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/logging_v2beta1/classes.rb, line 585
def update!(**args)
  @resource_descriptors = args[:resource_descriptors] if args.key?(:resource_descriptors)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end