Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<UserList>
RealTimeBiddingBaseServiceRequest<UserList>
BuyersResource.UserListsResource.CloseRequest
Implements
IClientServiceRequest<UserList>
IClientServiceRequest
Inherited Members
RealTimeBiddingBaseServiceRequest<UserList>.Xgafv
RealTimeBiddingBaseServiceRequest<UserList>.AccessToken
RealTimeBiddingBaseServiceRequest<UserList>.Alt
RealTimeBiddingBaseServiceRequest<UserList>.Callback
RealTimeBiddingBaseServiceRequest<UserList>.Fields
RealTimeBiddingBaseServiceRequest<UserList>.Key
RealTimeBiddingBaseServiceRequest<UserList>.OauthToken
RealTimeBiddingBaseServiceRequest<UserList>.PrettyPrint
RealTimeBiddingBaseServiceRequest<UserList>.QuotaUser
RealTimeBiddingBaseServiceRequest<UserList>.UploadType
RealTimeBiddingBaseServiceRequest<UserList>.UploadProtocol
ClientServiceRequest<UserList>.Execute()
ClientServiceRequest<UserList>.ExecuteAsStream()
ClientServiceRequest<UserList>.ExecuteAsync()
ClientServiceRequest<UserList>.ExecuteAsync(CancellationToken)
ClientServiceRequest<UserList>.ExecuteAsStreamAsync()
ClientServiceRequest<UserList>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<UserList>.CreateRequest(bool?)
ClientServiceRequest<UserList>.GenerateRequestUri()
ClientServiceRequest<UserList>.GetDefaultETagAction(string)
ClientServiceRequest<UserList>.ETagAction
ClientServiceRequest<UserList>.ModifyRequest
ClientServiceRequest<UserList>.ValidateParameters
ClientServiceRequest<UserList>.ApiVersion
ClientServiceRequest<UserList>.RequestParameters
ClientServiceRequest<UserList>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<UserList>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<UserList>.MethodName

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
ClientServiceRequest<UserList>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<UserList>.GetBody()

InitParameters()

Initializes Close parameter list.

Declaration
protected override void InitParameters()
Overrides
RealTimeBiddingBaseServiceRequest<UserList>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX