Show / Hide Table of Contents

Class CustomListsResource

The "customLists" collection of methods.

Inheritance
System.Object
CustomListsResource
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.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CustomListsResource

Constructors

CustomListsResource(IClientService)

Constructs a new resource.

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

Methods

Get(Int64)

Gets a custom list.

Declaration
public virtual CustomListsResource.GetRequest Get(long customListId)
Parameters
Type Name Description
System.Int64 customListId

Required. The ID of the custom list to fetch.

Returns
Type Description
CustomListsResource.GetRequest

List()

Lists custom lists. The order is defined by the order_by parameter.

Declaration
public virtual CustomListsResource.ListRequest List()
Returns
Type Description
CustomListsResource.ListRequest
In This Article
Back to top Generated by DocFX