Show / Hide Table of Contents

Class UsersResource.CreateRequest

Creates a new user. Returns the newly created user if successful.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<User>
DisplayVideoBaseServiceRequest<User>
UsersResource.CreateRequest
Implements
IClientServiceRequest<User>
IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<User>.Xgafv
DisplayVideoBaseServiceRequest<User>.AccessToken
DisplayVideoBaseServiceRequest<User>.Alt
DisplayVideoBaseServiceRequest<User>.Callback
DisplayVideoBaseServiceRequest<User>.Fields
DisplayVideoBaseServiceRequest<User>.Key
DisplayVideoBaseServiceRequest<User>.OauthToken
DisplayVideoBaseServiceRequest<User>.PrettyPrint
DisplayVideoBaseServiceRequest<User>.QuotaUser
DisplayVideoBaseServiceRequest<User>.UploadType
DisplayVideoBaseServiceRequest<User>.UploadProtocol
ClientServiceRequest<User>.Execute()
ClientServiceRequest<User>.ExecuteAsStream()
ClientServiceRequest<User>.ExecuteAsync()
ClientServiceRequest<User>.ExecuteAsync(CancellationToken)
ClientServiceRequest<User>.ExecuteAsStreamAsync()
ClientServiceRequest<User>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<User>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<User>.GenerateRequestUri()
ClientServiceRequest<User>.GetDefaultETagAction(String)
ClientServiceRequest<User>.ETagAction
ClientServiceRequest<User>.ModifyRequest
ClientServiceRequest<User>.ValidateParameters
ClientServiceRequest<User>.RequestParameters
ClientServiceRequest<User>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CreateRequest : DisplayVideoBaseServiceRequest<User>, IClientServiceRequest<User>, IClientServiceRequest

Constructors

CreateRequest(IClientService, User)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, User body)
Parameters
Type Name Description
IClientService service
User body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.User>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.User>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.User>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.User>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.User>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX