Show / Hide Table of Contents

Class ConfigurationDetail

Wrapper class that contains the union struct for all the various configuration detail specific classes.

Inheritance
object
ConfigurationDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX