Class ConfigurationDetail
Wrapper class that contains the union struct for all the various configuration detail specific classes.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class ConfigurationDetail : IDirectResponseSchema
Properties
CustomerProfile
Customer Profile detail config.
Declaration
[JsonProperty("customerProfile")]
public virtual CustomerProfileConfig CustomerProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomerProfileConfig |
DetailType
Output only. Name of the detail type. Will be set by the server during creation to the name of the field that is set in the detail union.
Declaration
[JsonProperty("detailType")]
public virtual string DetailType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |