Class BuyersResource.UserListsResource.UpdateRequest
Updates the given user list. Only user lists with URLRestrictions can be updated.
Inheritance
BuyersResource.UserListsResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BuyersResource.UserListsResource.UpdateRequest : RealTimeBiddingBaseServiceRequest<UserList>, IClientServiceRequest<UserList>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, UserList, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, UserList body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
UserList | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Output only. Name of the user list that must follow the pattern
buyers/{buyer}/userLists/{user_list}
, where {buyer}
represents the account ID of the buyer who
owns the user list. For a bidder accessing user lists on behalf of a child seat buyer, {buyer}
represents the account ID of the child seat buyer. {user_list}
is an int64 identifier assigned by
Google to uniquely identify a user list.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()