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