Class AccountsResource.CampaignsResource.BatchUpdateRequest
Batch update operation for campaigns under the specified AdMob publisher.
Inheritance
AccountsResource.CampaignsResource.BatchUpdateRequest
Inherited Members
Namespace: Google.Apis.AdMob.v1beta
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class AccountsResource.CampaignsResource.BatchUpdateRequest : AdMobBaseServiceRequest<BatchUpdateCampaignsResponse>, IClientServiceRequest<BatchUpdateCampaignsResponse>, IClientServiceRequest
Constructors
BatchUpdateRequest(IClientService, BatchUpdateCampaignsRequest, string)
Constructs a new BatchUpdate request.
Declaration
public BatchUpdateRequest(IClientService service, BatchUpdateCampaignsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BatchUpdateCampaignsRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.BatchUpdateCampaignsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.BatchUpdateCampaignsResponse>.MethodName
Parent
Required. Resource name of the account to list campaigns for. The parent
field in the individual
UpdateCampaignRequest messages should match the value set here. Example:
accounts/pub-9876543210987654
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.BatchUpdateCampaignsResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.BatchUpdateCampaignsResponse>.GetBody()
InitParameters()
Initializes BatchUpdate parameter list.
Declaration
protected override void InitParameters()