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