Show / Hide Table of Contents

Class CustomersResource.ProductLinksResource

The "productLinks" collection of methods.

Inheritance
object
CustomersResource.ProductLinksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.ProductLinksResource

Constructors

ProductLinksResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleAdsSearchads360V23ServicesCreateProductLinkRequest, string)

Creates a product link. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError QuotaError RequestError

Declaration
public virtual CustomersResource.ProductLinksResource.CreateRequest Create(GoogleAdsSearchads360V23ServicesCreateProductLinkRequest body, string customerId)
Parameters
Type Name Description
GoogleAdsSearchads360V23ServicesCreateProductLinkRequest body

The body of the request.

string customerId

Required. The ID of the customer for which the product link is created.

Returns
Type Description
CustomersResource.ProductLinksResource.CreateRequest

Remove(GoogleAdsSearchads360V23ServicesRemoveProductLinkRequest, string)

Removes a product link. List of thrown errors: AuthenticationError AuthorizationError FieldMaskError HeaderError InternalError MutateError QuotaError RequestError

Declaration
public virtual CustomersResource.ProductLinksResource.RemoveRequest Remove(GoogleAdsSearchads360V23ServicesRemoveProductLinkRequest body, string customerId)
Parameters
Type Name Description
GoogleAdsSearchads360V23ServicesRemoveProductLinkRequest body

The body of the request.

string customerId

Required. The ID of the customer being modified.

Returns
Type Description
CustomersResource.ProductLinksResource.RemoveRequest
In this article
Back to top Generated by DocFX