Class: Google::Monitoring::V3::ListGroupMembersResponse
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::ListGroupMembersResponse
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb
Overview
The +ListGroupMembers+ response.
Instance Attribute Summary collapse
-
#members ⇒ Array<Google::Api::MonitoredResource>
A set of monitored resources in the group.
-
#next_page_token ⇒ String
If there are more results than have been returned, then this field is set to a non-empty value.
-
#total_size ⇒ Integer
The total number of elements matching this request.
Instance Attribute Details
#members ⇒ Array<Google::Api::MonitoredResource>
Returns A set of monitored resources in the group.
142 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 142 class ListGroupMembersResponse; end |
#next_page_token ⇒ String
Returns If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as +pageToken+ in the next call to this method.
142 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 142 class ListGroupMembersResponse; end |
#total_size ⇒ Integer
Returns The total number of elements matching this request.
142 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group_service.rb', line 142 class ListGroupMembersResponse; end |