Show / Hide Table of Contents

Class RemarketingListSharesResource

The "remarketingListShares" collection of methods.

Inheritance
object
RemarketingListSharesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class RemarketingListSharesResource

Constructors

RemarketingListSharesResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long)

Gets one remarketing list share by remarketing list ID.

Declaration
public virtual RemarketingListSharesResource.GetRequest Get(long profileId, long remarketingListId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long remarketingListId

Remarketing list ID.

Returns
Type Description
RemarketingListSharesResource.GetRequest

Patch(RemarketingListShare, long, long)

Updates an existing remarketing list share. This method supports patch semantics.

Declaration
public virtual RemarketingListSharesResource.PatchRequest Patch(RemarketingListShare body, long profileId, long id)
Parameters
Type Name Description
RemarketingListShare body

The body of the request.

long profileId

User profile ID associated with this request.

long id

RemarketingList ID.

Returns
Type Description
RemarketingListSharesResource.PatchRequest

Update(RemarketingListShare, long)

Updates an existing remarketing list share.

Declaration
public virtual RemarketingListSharesResource.UpdateRequest Update(RemarketingListShare body, long profileId)
Parameters
Type Name Description
RemarketingListShare body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
RemarketingListSharesResource.UpdateRequest
In This Article
Back to top Generated by DocFX