Class ThirdPartyLinkListResponse
  
  
  
    Inheritance
    
    ThirdPartyLinkListResponse
   
  
  
  
  Assembly: Google.Apis.YouTube.v3.dll
  Syntax
  
    public class ThirdPartyLinkListResponse : IDirectResponseSchema
   
  Properties
  
  ETag
  
  
  Declaration
  
    [JsonProperty("etag")]
public virtual string ETag { get; set; }
   
  Property Value
  
  
  Items
  
  
  Declaration
  
    [JsonProperty("items")]
public virtual IList<ThirdPartyLink> Items { get; set; }
   
  Property Value
  
  
  Kind
  Identifies what kind of resource this is. Value: the fixed string "youtube#thirdPartyLinkListResponse".
Declaration
  
    [JsonProperty("kind")]
public virtual string Kind { get; set; }
   
  Property Value
  
  Implements