Class GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse
Message for response to listing BrowserDlpRules.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse : IDirectResponseSchema
Properties
BrowserDlpRules
The list of BrowserDlpRule objects.
Declaration
[JsonProperty("browserDlpRules")]
public virtual IList<GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule> BrowserDlpRules { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |