Show / Hide Table of Contents

Class CustomerProfileCitation

Citation information for the customer profile.

Inheritance
object
CustomerProfileCitation
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 CustomerProfileCitation : IDirectResponseSchema

Properties

CitationId

Required. The citation id for the citation. Should be unique within the profile.

Declaration
[JsonProperty("citationId")]
public virtual string CitationId { get; set; }
Property Value
Type Description
string

Document

Required. The name of the document the citation is from.

Declaration
[JsonProperty("document")]
public virtual string Document { 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

RetrievalTime

object representation of RetrievalTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RetrievalTimeDateTimeOffset instead.")]
public virtual object RetrievalTime { get; set; }
Property Value
Type Description
object

RetrievalTimeDateTimeOffset

DateTimeOffset representation of RetrievalTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RetrievalTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RetrievalTimeRaw

The time the citation was retrieved.

Declaration
[JsonProperty("retrievalTime")]
public virtual string RetrievalTimeRaw { get; set; }
Property Value
Type Description
string

Source

Required. The source of the citation.

Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type Description
string

Uri

Optional. The url of the citation.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX