public sealed class ListEventThreatDetectionCustomModulesResponse : IMessage<ListEventThreatDetectionCustomModulesResponse>, IEquatable<ListEventThreatDetectionCustomModulesResponse>, IDeepCloneable<ListEventThreatDetectionCustomModulesResponse>, IBufferMessage, IMessage, IPageResponse<EventThreatDetectionCustomModule>, IEnumerable<EventThreatDetectionCustomModule>, IEnumerable
Reference documentation and code samples for the Security Center Management v1 API class ListEventThreatDetectionCustomModulesResponse.
Response message for [SecurityCenterManagement.ListEventThreatDetectionCustomModules][google.cloud.securitycentermanagement.v1.SecurityCenterManagement.ListEventThreatDetectionCustomModules].
Implements
IMessageListEventThreatDetectionCustomModulesResponse, IEquatableListEventThreatDetectionCustomModulesResponse, IDeepCloneableListEventThreatDetectionCustomModulesResponse, IBufferMessage, IMessage, IPageResponseEventThreatDetectionCustomModule, IEnumerableEventThreatDetectionCustomModule, IEnumerableNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
ListEventThreatDetectionCustomModulesResponse()
public ListEventThreatDetectionCustomModulesResponse()
ListEventThreatDetectionCustomModulesResponse(ListEventThreatDetectionCustomModulesResponse)
public ListEventThreatDetectionCustomModulesResponse(ListEventThreatDetectionCustomModulesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListEventThreatDetectionCustomModulesResponse |
Properties
EventThreatDetectionCustomModules
public RepeatedField<EventThreatDetectionCustomModule> EventThreatDetectionCustomModules { get; }
The list of custom modules.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEventThreatDetectionCustomModule |
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<EventThreatDetectionCustomModule> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEventThreatDetectionCustomModule |