public sealed class ListDescendantEventThreatDetectionCustomModulesResponse : IMessage<ListDescendantEventThreatDetectionCustomModulesResponse>, IEquatable<ListDescendantEventThreatDetectionCustomModulesResponse>, IDeepCloneable<ListDescendantEventThreatDetectionCustomModulesResponse>, IBufferMessage, IMessage, IPageResponse<EventThreatDetectionCustomModule>, IEnumerable<EventThreatDetectionCustomModule>, IEnumerableReference documentation and code samples for the Security Center Management v1 API class ListDescendantEventThreatDetectionCustomModulesResponse.
Response message for listing descendant Event Threat Detection custom modules.
Implements
IMessageListDescendantEventThreatDetectionCustomModulesResponse, IEquatableListDescendantEventThreatDetectionCustomModulesResponse, IDeepCloneableListDescendantEventThreatDetectionCustomModulesResponse, IBufferMessage, IMessage, IPageResponseEventThreatDetectionCustomModule, IEnumerableEventThreatDetectionCustomModule, IEnumerableNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
ListDescendantEventThreatDetectionCustomModulesResponse()
public ListDescendantEventThreatDetectionCustomModulesResponse()ListDescendantEventThreatDetectionCustomModulesResponse(ListDescendantEventThreatDetectionCustomModulesResponse)
public ListDescendantEventThreatDetectionCustomModulesResponse(ListDescendantEventThreatDetectionCustomModulesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDescendantEventThreatDetectionCustomModulesResponse |
Properties
EventThreatDetectionCustomModules
public RepeatedField<EventThreatDetectionCustomModule> EventThreatDetectionCustomModules { get; }The list of EventThreatDetectionCustomModules
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEventThreatDetectionCustomModule |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| 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 |
|