Class CustomListsResource.GetRequest
Gets a custom list.
Inheritance
CustomListsResource.GetRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class CustomListsResource.GetRequest : DisplayVideoBaseServiceRequest<CustomList>, IClientServiceRequest<CustomList>, IClientServiceRequest
Constructors
GetRequest(IClientService, long)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, long customListId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
long | customListId |
Properties
AdvertiserId
The ID of the DV360 advertiser that has access to the fetched custom lists.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
CustomListId
Required. The ID of the custom list to fetch.
Declaration
[RequestParameter("customListId", RequestParameterType.Path)]
public virtual long CustomListId { get; }
Property Value
Type | Description |
---|---|
long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()