Class GuaranteedOrdersResource.GetRequest
Gets a guaranteed order.
Inheritance
System.Object
GuaranteedOrdersResource.GetRequest
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 GetRequest : DisplayVideoBaseServiceRequest<GuaranteedOrder>, IClientServiceRequest<GuaranteedOrder>, IClientServiceRequest
Constructors
GetRequest(IClientService, String)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string guaranteedOrderId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
System.String | guaranteedOrderId |
Properties
AdvertiserId
The ID of the advertiser that has access to the guaranteed order.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
GuaranteedOrderId
Required. The ID of the guaranteed order to fetch. The ID is of the format
{exchange}-{legacy_guaranteed_order_id}
Declaration
[RequestParameter("guaranteedOrderId", RequestParameterType.Path)]
public virtual string GuaranteedOrderId { get; }
Property Value
Type | Description |
---|---|
System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.GuaranteedOrder>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.GuaranteedOrder>.MethodName
PartnerId
The ID of the partner that has access to the guaranteed order.
Declaration
[RequestParameter("partnerId", RequestParameterType.Query)]
public virtual long? PartnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.GuaranteedOrder>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.GuaranteedOrder>.InitParameters()