Show / Hide Table of Contents

Class IntegrationDetails

Integration details of an entry.

Inheritance
System.Object
IntegrationDetails
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class IntegrationDetails : IDirectResponseSchema

Properties

Details

Additional details of the entry in string format. Must be UTF-8 encoded with a length of no more than 1000 characters.

Declaration
[JsonProperty("details")]
public virtual string Details { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

IntegrationCode

An external identifier to be associated with the entry. The integration code will show up together with the entry in many places in the system, for example, reporting. Must be UTF-8 encoded with a length of no more than 500 characters.

Declaration
[JsonProperty("integrationCode")]
public virtual string IntegrationCode { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top