Show / Hide Table of Contents

Class UsersResource.AssetsResource

The "assets" collection of methods.

Inheritance
object
UsersResource.AssetsResource
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.AssetsResource

Constructors

AssetsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists assets authored by the given user. Only the value 'me', representing the currently-authenticated user, is supported. May include assets with an access level of PRIVATE or UNLISTED and assets which are All Rights Reserved for the currently-authenticated user.

Declaration
public virtual UsersResource.AssetsResource.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.AssetsResource.ListRequest
In this article
Back to top Generated by DocFX