public sealed class ListFrameworksResponse : IMessage<ListFrameworksResponse>, IEquatable<ListFrameworksResponse>, IDeepCloneable<ListFrameworksResponse>, IBufferMessage, IMessage, IPageResponse<Framework>, IEnumerable<Framework>, IEnumerable
Reference documentation and code samples for the Cloud Security Compliance v1 API class ListFrameworksResponse.
Response message for [ListFrameworks][].
Implements
IMessageListFrameworksResponse, IEquatableListFrameworksResponse, IDeepCloneableListFrameworksResponse, IBufferMessage, IMessage, IPageResponseFramework, IEnumerableFramework, IEnumerableNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
ListFrameworksResponse()
public ListFrameworksResponse()
ListFrameworksResponse(ListFrameworksResponse)
public ListFrameworksResponse(ListFrameworksResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListFrameworksResponse |
Properties
Frameworks
public RepeatedField<Framework> Frameworks { get; }
The list of [Framework][google.cloud.cloudsecuritycompliance.v1.Framework] resources.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFramework |
NextPageToken
public string NextPageToken { get; set; }
A pagination token. To retrieve the next page of results, call the method again with this token.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Framework> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorFramework |