Google Cloud Security Command Center v1 API - Class ListEffectiveEventThreatDetectionCustomModulesResponse (3.23.0)

public sealed class ListEffectiveEventThreatDetectionCustomModulesResponse : IPageResponse<EffectiveEventThreatDetectionCustomModule>, IEnumerable<EffectiveEventThreatDetectionCustomModule>, IEnumerable, IMessage<ListEffectiveEventThreatDetectionCustomModulesResponse>, IEquatable<ListEffectiveEventThreatDetectionCustomModulesResponse>, IDeepCloneable<ListEffectiveEventThreatDetectionCustomModulesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListEffectiveEventThreatDetectionCustomModulesResponse.

Response for listing EffectiveEventThreatDetectionCustomModules.

Inheritance

object > ListEffectiveEventThreatDetectionCustomModulesResponse

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListEffectiveEventThreatDetectionCustomModulesResponse()

public ListEffectiveEventThreatDetectionCustomModulesResponse()

ListEffectiveEventThreatDetectionCustomModulesResponse(ListEffectiveEventThreatDetectionCustomModulesResponse)

public ListEffectiveEventThreatDetectionCustomModulesResponse(ListEffectiveEventThreatDetectionCustomModulesResponse other)
Parameter
Name Description
other ListEffectiveEventThreatDetectionCustomModulesResponse

Properties

EffectiveEventThreatDetectionCustomModules

public RepeatedField<EffectiveEventThreatDetectionCustomModule> EffectiveEventThreatDetectionCustomModules { get; }

Effective custom modules belonging to the requested parent.

Property Value
Type Description
RepeatedFieldEffectiveEventThreatDetectionCustomModule

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<EffectiveEventThreatDetectionCustomModule> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorEffectiveEventThreatDetectionCustomModule