Class RemarketingListSharesResource
The "remarketingListShares" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.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 | Required. 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 |