Show / Hide Table of Contents

Class CustomersResource.AssetsResource

The "assets" collection of methods.

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

Constructors

AssetsResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateAssetsRequest, string)

Creates assets. Operation statuses are returned. List of thrown errors: AssetError AuthenticationError AuthorizationError CollectionSizeError CurrencyCodeError DatabaseError DateError DistinctError FieldError FieldMaskError HeaderError IdError InternalError ListOperationError MediaUploadError MutateError NotAllowlistedError NotEmptyError OperatorError QuotaError RangeError RequestError SizeLimitError StringFormatError StringLengthError UrlFieldError YoutubeVideoRegistrationError

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

The body of the request.

string customerId

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

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