Class InventorySourcesResource.GetRequest
Gets an inventory source.
Inheritance
InventorySourcesResource.GetRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.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
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()