Class GoogleCloudSecuritycenterV2GroupMembership
Inheritance
GoogleCloudSecuritycenterV2GroupMembership
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2GroupMembership : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GroupId
Declaration
[JsonProperty("groupId")]
public virtual string GroupId { get; set; }
Property Value
GroupType
Declaration
[JsonProperty("groupType")]
public virtual string GroupType { get; set; }
Property Value
Implements