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