Class BuyersResource.UserListsResource.CloseRequest
Changes the status of a user list to CLOSED. This prevents new users from being added to the user list.
Inheritance
BuyersResource.UserListsResource.CloseRequest
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BuyersResource.UserListsResource.CloseRequest : RealTimeBiddingBaseServiceRequest<UserList>, IClientServiceRequest<UserList>, IClientServiceRequest
Constructors
CloseRequest(IClientService, CloseUserListRequest, string)
Constructs a new Close request.
Declaration
public CloseRequest(IClientService service, CloseUserListRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CloseUserListRequest | 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
Required. The name of the user list to close. See UserList.name
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 Close parameter list.
Declaration
protected override void InitParameters()