Class BuyersResource.UserListsResource.OpenRequest
Changes the status of a user list to OPEN. This allows new users to be added to the user list.
Inheritance
BuyersResource.UserListsResource.OpenRequest
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BuyersResource.UserListsResource.OpenRequest : RealTimeBiddingBaseServiceRequest<UserList>, IClientServiceRequest<UserList>, IClientServiceRequest
Constructors
OpenRequest(IClientService, OpenUserListRequest, string)
Constructs a new Open request.
Declaration
public OpenRequest(IClientService service, OpenUserListRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
OpenUserListRequest | 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 open. 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 Open parameter list.
Declaration
protected override void InitParameters()