Class ListEventThreatDetectionCustomModulesResponse
Inheritance
ListEventThreatDetectionCustomModulesResponse
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ListEventThreatDetectionCustomModulesResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EventThreatDetectionCustomModules
Declaration
[JsonProperty("eventThreatDetectionCustomModules")]
public virtual IList<EventThreatDetectionCustomModule> EventThreatDetectionCustomModules { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements