Class FirstAndThirdPartyAudiencesResource
The "firstAndThirdPartyAudiences" collection of methods.
Inheritance
System.Object
FirstAndThirdPartyAudiencesResource
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.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class FirstAndThirdPartyAudiencesResource
Constructors
FirstAndThirdPartyAudiencesResource(IClientService)
Constructs a new resource.
Declaration
public FirstAndThirdPartyAudiencesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(Int64)
Gets a first and third party audience.
Declaration
public virtual FirstAndThirdPartyAudiencesResource.GetRequest Get(long firstAndThirdPartyAudienceId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | firstAndThirdPartyAudienceId | Required. The ID of the first and third party audience to fetch. |
Returns
Type | Description |
---|---|
FirstAndThirdPartyAudiencesResource.GetRequest |
List()
Lists first and third party audiences. The order is defined by the order_by parameter.
Declaration
public virtual FirstAndThirdPartyAudiencesResource.ListRequest List()
Returns
Type | Description |
---|---|
FirstAndThirdPartyAudiencesResource.ListRequest |