Show / Hide Table of Contents

Class GiftcardobjectResource.InsertRequest

Inserts an gift card object with the given ID and properties.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GiftCardObject>
WalletobjectsBaseServiceRequest<GiftCardObject>
GiftcardobjectResource.InsertRequest
Implements
IClientServiceRequest<GiftCardObject>
IClientServiceRequest
Inherited Members
WalletobjectsBaseServiceRequest<GiftCardObject>.Xgafv
WalletobjectsBaseServiceRequest<GiftCardObject>.AccessToken
WalletobjectsBaseServiceRequest<GiftCardObject>.Alt
WalletobjectsBaseServiceRequest<GiftCardObject>.Callback
WalletobjectsBaseServiceRequest<GiftCardObject>.Fields
WalletobjectsBaseServiceRequest<GiftCardObject>.Key
WalletobjectsBaseServiceRequest<GiftCardObject>.OauthToken
WalletobjectsBaseServiceRequest<GiftCardObject>.PrettyPrint
WalletobjectsBaseServiceRequest<GiftCardObject>.QuotaUser
WalletobjectsBaseServiceRequest<GiftCardObject>.UploadType
WalletobjectsBaseServiceRequest<GiftCardObject>.UploadProtocol
ClientServiceRequest<GiftCardObject>.Execute()
ClientServiceRequest<GiftCardObject>.ExecuteAsStream()
ClientServiceRequest<GiftCardObject>.ExecuteAsync()
ClientServiceRequest<GiftCardObject>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GiftCardObject>.ExecuteAsStreamAsync()
ClientServiceRequest<GiftCardObject>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GiftCardObject>.CreateRequest(bool?)
ClientServiceRequest<GiftCardObject>.GenerateRequestUri()
ClientServiceRequest<GiftCardObject>.GetDefaultETagAction(string)
ClientServiceRequest<GiftCardObject>.ETagAction
ClientServiceRequest<GiftCardObject>.ModifyRequest
ClientServiceRequest<GiftCardObject>.ValidateParameters
ClientServiceRequest<GiftCardObject>.ApiVersion
ClientServiceRequest<GiftCardObject>.RequestParameters
ClientServiceRequest<GiftCardObject>.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.Walletobjects.v1
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class GiftcardobjectResource.InsertRequest : WalletobjectsBaseServiceRequest<GiftCardObject>, IClientServiceRequest<GiftCardObject>, IClientServiceRequest

Constructors

InsertRequest(IClientService, GiftCardObject)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, GiftCardObject body)
Parameters
Type Name Description
IClientService service
GiftCardObject body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Insert parameter list.

Declaration
protected override void InitParameters()
Overrides
WalletobjectsBaseServiceRequest<GiftCardObject>.InitParameters()

Implements

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