Show / Hide Table of Contents

Class ActivityContentDetailsSocial

Details about a social network post.

Inheritance
System.Object
ActivityContentDetailsSocial
Implements
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.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ActivityContentDetailsSocial : IDirectResponseSchema

Properties

Author

The author of the social network post.

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

ImageUrl

An image of the post's author.

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

ReferenceUrl

The URL of the social network post.

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

ResourceId

The resourceId object encapsulates information that identifies the resource associated with a social network post.

Declaration
[JsonProperty("resourceId")]
public virtual ResourceId ResourceId { get; set; }
Property Value
Type Description
ResourceId

Type

The name of the social network.

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

Implements

IDirectResponseSchema
Back to top