Show / Hide Table of Contents

Class UsersResource.LikedassetsResource

The "likedassets" collection of methods.

Inheritance
object
UsersResource.LikedassetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PolyService.v1
Assembly: Google.Apis.PolyService.v1.dll
Syntax
public class UsersResource.LikedassetsResource

Constructors

LikedassetsResource(IClientService)

Constructs a new resource.

Declaration
public LikedassetsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists assets that the user has liked. Only the value 'me', representing the currently-authenticated user, is supported. May include assets with an access level of UNLISTED.

Declaration
public virtual UsersResource.LikedassetsResource.ListRequest List(string name)
Parameters
Type Name Description
string name

A valid user id. Currently, only the special value 'me', representing the currently-authenticated user is supported. To use 'me', you must pass an OAuth token with the request.

Returns
Type Description
UsersResource.LikedassetsResource.ListRequest
In this article
Back to top Generated by DocFX