Show / Hide Table of Contents

Class ActivityContentDetailsSocial

Details about a social network post.

Inheritance
object
ActivityContentDetailsSocial
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.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
string

ETag

The ETag of the item.

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

ImageUrl

An image of the post's author.

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

ReferenceUrl

The URL of the social network post.

Declaration
[JsonProperty("referenceUrl")]
public virtual string ReferenceUrl { get; set; }
Property Value
Type Description
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX