Show / Hide Table of Contents

Class AccountsResource.OrdertrackingsignalsResource

The "ordertrackingsignals" collection of methods.

Inheritance
object
AccountsResource.OrdertrackingsignalsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.ordertracking_v1beta
Assembly: Google.Apis.Merchant.ordertracking_v1beta.dll
Syntax
public class AccountsResource.OrdertrackingsignalsResource

Constructors

OrdertrackingsignalsResource(IClientService)

Constructs a new resource.

Declaration
public OrdertrackingsignalsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(OrderTrackingSignal, string)

Creates new order tracking signal.

Declaration
public virtual AccountsResource.OrdertrackingsignalsResource.CreateRequest Create(OrderTrackingSignal body, string parent)
Parameters
Type Name Description
OrderTrackingSignal body

The body of the request.

string parent

Required. The account of the business for which the order signal is created. Format: accounts/{account}

Returns
Type Description
AccountsResource.OrdertrackingsignalsResource.CreateRequest
In this article
Back to top Generated by DocFX