Class CustomListsResource
The "customLists" collection of methods.
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3
Assembly: Google.Apis.DisplayVideo.v3.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(long)
Gets a custom list.
Declaration
public virtual CustomListsResource.GetRequest Get(long customListId)
Parameters
Type | Name | Description |
---|---|---|
long | 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 |