Class RemarketingListSharesResource
The "remarketingListShares" collection of methods.
Inheritance
System.Object
RemarketingListSharesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class RemarketingListSharesResource
Constructors
RemarketingListSharesResource(IClientService)
Constructs a new resource.
Declaration
public RemarketingListSharesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(Int64, Int64)
Gets one remarketing list share by remarketing list ID.
Declaration
public virtual RemarketingListSharesResource.GetRequest Get(long profileId, long remarketingListId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | remarketingListId | Remarketing list ID. |
Returns
Type | Description |
---|---|
RemarketingListSharesResource.GetRequest |
Patch(RemarketingListShare, Int64, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | RemarketingList ID. |
Returns
Type | Description |
---|---|
RemarketingListSharesResource.PatchRequest |
Update(RemarketingListShare, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
RemarketingListSharesResource.UpdateRequest |