Show / Hide Table of Contents

Class GetOrderRequest

Request object for GetOrder method.

Inheritance
object
GetOrderRequest
Implements
IMessage<GetOrderRequest>
IEquatable<GetOrderRequest>
IDeepCloneable<GetOrderRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class GetOrderRequest : IMessage<GetOrderRequest>, IEquatable<GetOrderRequest>, IDeepCloneable<GetOrderRequest>, IBufferMessage, IMessage

Constructors

GetOrderRequest()

Declaration
public GetOrderRequest()

GetOrderRequest(GetOrderRequest)

Declaration
public GetOrderRequest(GetOrderRequest other)
Parameters
Type Name Description
GetOrderRequest other

Properties

Name

Required. The resource name of the Order. Format: networks/{network_code}/orders/{order_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

OrderName

OrderName-typed view over the Name resource name property.

Declaration
public OrderName OrderName { get; set; }
Property Value
Type Description
OrderName
In this article
Back to top Generated by DocFX