Class GoogleAudiencesResource
The "googleAudiences" collection of methods.
Inheritance
System.Object
GoogleAudiencesResource
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 GoogleAudiencesResource
Constructors
GoogleAudiencesResource(IClientService)
Constructs a new resource.
Declaration
public GoogleAudiencesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(Int64)
Gets a Google audience.
Declaration
public virtual GoogleAudiencesResource.GetRequest Get(long googleAudienceId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | googleAudienceId | Required. The ID of the Google audience to fetch. |
Returns
Type | Description |
---|---|
GoogleAudiencesResource.GetRequest |
List()
Lists Google audiences. The order is defined by the order_by parameter.
Declaration
public virtual GoogleAudiencesResource.ListRequest List()
Returns
Type | Description |
---|---|
GoogleAudiencesResource.ListRequest |