Class InventorySourcesResource.GetRequest
Gets an inventory source.
Inheritance
InventorySourcesResource.GetRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class InventorySourcesResource.GetRequest : DisplayVideoBaseServiceRequest<InventorySource>, IClientServiceRequest<InventorySource>, IClientServiceRequest
Constructors
GetRequest(IClientService, long)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, long inventorySourceId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
long | inventorySourceId |
Properties
AdvertiserId
Optional. The ID of the DV360 advertiser to which the fetched inventory source is permissioned. If the user only has access to the advertiser and not the parent partner, use this field to specify the relevant advertiser.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
InventorySourceId
Required. The ID of the inventory source to fetch.
Declaration
[RequestParameter("inventorySourceId", RequestParameterType.Path)]
public virtual long InventorySourceId { get; }
Property Value
Type | Description |
---|---|
long |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PartnerId
Required. The ID of the DV360 partner to which the fetched inventory source is permissioned.
Declaration
[RequestParameter("partnerId", RequestParameterType.Query)]
public virtual long? PartnerId { get; set; }
Property Value
Type | Description |
---|---|
long? |
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()