Class CustomersResource.ProductLinkInvitationsResource
The "productLinkInvitations" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.ProductLinkInvitationsResource
Constructors
ProductLinkInvitationsResource(IClientService)
Constructs a new resource.
Declaration
public ProductLinkInvitationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationRequest, string)
Creates a product link invitation.
Declaration
public virtual CustomersResource.ProductLinkInvitationsResource.CreateRequest Create(GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesCreateProductLinkInvitationRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer being modified. |
Returns
| Type | Description |
|---|---|
| CustomersResource.ProductLinkInvitationsResource.CreateRequest |
Remove(GoogleAdsSearchads360V23ServicesRemoveProductLinkInvitationRequest, string)
Remove a product link invitation.
Declaration
public virtual CustomersResource.ProductLinkInvitationsResource.RemoveRequest Remove(GoogleAdsSearchads360V23ServicesRemoveProductLinkInvitationRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesRemoveProductLinkInvitationRequest | body | The body of the request. |
| string | customerId | Required. The ID of the product link invitation being removed. |
Returns
| Type | Description |
|---|---|
| CustomersResource.ProductLinkInvitationsResource.RemoveRequest |
Update(GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest, string)
Update a product link invitation.
Declaration
public virtual CustomersResource.ProductLinkInvitationsResource.UpdateRequest Update(GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesUpdateProductLinkInvitationRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer being modified. |
Returns
| Type | Description |
|---|---|
| CustomersResource.ProductLinkInvitationsResource.UpdateRequest |