public sealed class ListResourceValueConfigsResponse : IPageResponse<ResourceValueConfig>, IEnumerable<ResourceValueConfig>, IEnumerable, IMessage<ListResourceValueConfigsResponse>, IEquatable<ListResourceValueConfigsResponse>, IDeepCloneable<ListResourceValueConfigsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class ListResourceValueConfigsResponse.
Response message to list resource value configs
Implements
IPageResponseResourceValueConfig, IEnumerableResourceValueConfig, IEnumerable, IMessageListResourceValueConfigsResponse, IEquatableListResourceValueConfigsResponse, IDeepCloneableListResourceValueConfigsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
ListResourceValueConfigsResponse()
public ListResourceValueConfigsResponse()
ListResourceValueConfigsResponse(ListResourceValueConfigsResponse)
public ListResourceValueConfigsResponse(ListResourceValueConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListResourceValueConfigsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is empty, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
ResourceValueConfigs
public RepeatedField<ResourceValueConfig> ResourceValueConfigs { get; }
The resource value configs from the specified parent.
Property Value | |
---|---|
Type | Description |
RepeatedFieldResourceValueConfig |
Methods
GetEnumerator()
public IEnumerator<ResourceValueConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorResourceValueConfig |