Show / Hide Table of Contents

Class CustomersResource.CampaignAssetsResource

The "campaignAssets" collection of methods.

Inheritance
object
CustomersResource.CampaignAssetsResource
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.CampaignAssetsResource

Constructors

CampaignAssetsResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateCampaignAssetsRequest, string)

Creates or removes campaign assets. Operation statuses are returned. List of thrown errors: AssetLinkError AuthenticationError AuthorizationError ContextError DatabaseError FieldError HeaderError InternalError MutateError NotAllowlistedError QuotaError RequestError

Declaration
public virtual CustomersResource.CampaignAssetsResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateCampaignAssetsRequest body, string customerId)
Parameters
Type Name Description
GoogleAdsSearchads360V23ServicesMutateCampaignAssetsRequest body

The body of the request.

string customerId

Required. The ID of the customer whose campaign assets are being modified.

Returns
Type Description
CustomersResource.CampaignAssetsResource.MutateRequest
In this article
Back to top Generated by DocFX