Class UsersResource.LikedassetsResource
The "likedassets" collection of methods.
Inherited Members
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 |