Class CombinedAudiencesResource.GetRequest
Gets a combined audience.
Inheritance
System.Object
CombinedAudiencesResource.GetRequest
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 GetRequest : DisplayVideoBaseServiceRequest<CombinedAudience>, IClientServiceRequest<CombinedAudience>, IClientServiceRequest
Constructors
GetRequest(IClientService, Int64)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, long combinedAudienceId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
System.Int64 | combinedAudienceId |
Properties
AdvertiserId
The ID of the advertiser that has access to the fetched combined audience.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
CombinedAudienceId
Required. The ID of the combined audience to fetch.
Declaration
[RequestParameter("combinedAudienceId", RequestParameterType.Path)]
public virtual long CombinedAudienceId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CombinedAudience>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CombinedAudience>.MethodName
PartnerId
The ID of the partner that has access to the fetched combined audience.
Declaration
[RequestParameter("partnerId", RequestParameterType.Query)]
public virtual long? PartnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.CombinedAudience>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.CombinedAudience>.InitParameters()