Class UpsertConfigurationResponse
Response message for UpsertConfiguration.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class UpsertConfigurationResponse : IDirectResponseSchema
Properties
Configuration
Output only. Created configuration ID with server assigned id.
Declaration
[JsonProperty("configuration")]
public virtual string Configuration { 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 |