Show / Hide Table of Contents

Class WalletobjectsService

The Walletobjects Service.

Inheritance
object
BaseClientService
WalletobjectsService
Implements
IClientService
IDisposable
Inherited Members
BaseClientService.DefaultMaxUrlLength
BaseClientService.CreateBackOffHandler()
BaseClientService.GetEffectiveUri(string, string)
BaseClientService.SetRequestSerailizedContent(HttpRequestMessage, object)
BaseClientService.SerializeObject(object)
BaseClientService.DeserializeResponse<T>(HttpResponseMessage)
BaseClientService.DeserializeError(HttpResponseMessage)
BaseClientService.Dispose()
BaseClientService.BaseUriOverride
BaseClientService.UniverseDomain
BaseClientService.HttpClientTimeout
BaseClientService.HttpClient
BaseClientService.HttpClientInitializer
BaseClientService.GZipEnabled
BaseClientService.ApiKey
BaseClientService.ApplicationName
BaseClientService.Serializer
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 WalletobjectsService : BaseClientService, IClientService, IDisposable

Constructors

WalletobjectsService()

Constructs a new service.

Declaration
public WalletobjectsService()

WalletobjectsService(Initializer)

Constructs a new service.

Declaration
public WalletobjectsService(BaseClientService.Initializer initializer)
Parameters
Type Name Description
BaseClientService.Initializer initializer

The service initializer.

Fields

DiscoveryVersionUsed

The discovery version used to generate this service.

Declaration
public static DiscoveryVersion DiscoveryVersionUsed
Field Value
Type Description
DiscoveryVersion

Version

The API version.

Declaration
public const string Version = "v1"
Field Value
Type Description
string

Properties

BasePath

Gets the service base path.

Declaration
public override string BasePath { get; }
Property Value
Type Description
string
Overrides
BaseClientService.BasePath

BaseUri

Gets the service base URI.

Declaration
public override string BaseUri { get; }
Property Value
Type Description
string
Overrides
BaseClientService.BaseUri

BatchPath

Gets the batch base path; null if unspecified.

Declaration
public override string BatchPath { get; }
Property Value
Type Description
string
Overrides
BaseClientService.BatchPath

BatchUri

Gets the batch base URI; null if unspecified.

Declaration
public override string BatchUri { get; }
Property Value
Type Description
string
Overrides
BaseClientService.BatchUri

Eventticketclass

Gets the Eventticketclass resource.

Declaration
public virtual EventticketclassResource Eventticketclass { get; }
Property Value
Type Description
EventticketclassResource

Eventticketobject

Gets the Eventticketobject resource.

Declaration
public virtual EventticketobjectResource Eventticketobject { get; }
Property Value
Type Description
EventticketobjectResource

Features

Gets the service supported features.

Declaration
public override IList<string> Features { get; }
Property Value
Type Description
IList<string>
Overrides
BaseClientService.Features

Flightclass

Gets the Flightclass resource.

Declaration
public virtual FlightclassResource Flightclass { get; }
Property Value
Type Description
FlightclassResource

Flightobject

Gets the Flightobject resource.

Declaration
public virtual FlightobjectResource Flightobject { get; }
Property Value
Type Description
FlightobjectResource

Genericclass

Gets the Genericclass resource.

Declaration
public virtual GenericclassResource Genericclass { get; }
Property Value
Type Description
GenericclassResource

Genericobject

Gets the Genericobject resource.

Declaration
public virtual GenericobjectResource Genericobject { get; }
Property Value
Type Description
GenericobjectResource

Giftcardclass

Gets the Giftcardclass resource.

Declaration
public virtual GiftcardclassResource Giftcardclass { get; }
Property Value
Type Description
GiftcardclassResource

Giftcardobject

Gets the Giftcardobject resource.

Declaration
public virtual GiftcardobjectResource Giftcardobject { get; }
Property Value
Type Description
GiftcardobjectResource

Issuer

Gets the Issuer resource.

Declaration
public virtual IssuerResource Issuer { get; }
Property Value
Type Description
IssuerResource

Jwt

Gets the Jwt resource.

Declaration
public virtual JwtResource Jwt { get; }
Property Value
Type Description
JwtResource

Loyaltyclass

Gets the Loyaltyclass resource.

Declaration
public virtual LoyaltyclassResource Loyaltyclass { get; }
Property Value
Type Description
LoyaltyclassResource

Loyaltyobject

Gets the Loyaltyobject resource.

Declaration
public virtual LoyaltyobjectResource Loyaltyobject { get; }
Property Value
Type Description
LoyaltyobjectResource

Media

Gets the Media resource.

Declaration
public virtual MediaResource Media { get; }
Property Value
Type Description
MediaResource

Name

Gets the service name.

Declaration
public override string Name { get; }
Property Value
Type Description
string
Overrides
BaseClientService.Name

Offerclass

Gets the Offerclass resource.

Declaration
public virtual OfferclassResource Offerclass { get; }
Property Value
Type Description
OfferclassResource

Offerobject

Gets the Offerobject resource.

Declaration
public virtual OfferobjectResource Offerobject { get; }
Property Value
Type Description
OfferobjectResource

Permissions

Gets the Permissions resource.

Declaration
public virtual PermissionsResource Permissions { get; }
Property Value
Type Description
PermissionsResource

Smarttap

Gets the Smarttap resource.

Declaration
public virtual SmarttapResource Smarttap { get; }
Property Value
Type Description
SmarttapResource

Transitclass

Gets the Transitclass resource.

Declaration
public virtual TransitclassResource Transitclass { get; }
Property Value
Type Description
TransitclassResource

Transitobject

Gets the Transitobject resource.

Declaration
public virtual TransitobjectResource Transitobject { get; }
Property Value
Type Description
TransitobjectResource

Walletobjects

Gets the Walletobjects resource.

Declaration
public virtual WalletobjectsResource Walletobjects { get; }
Property Value
Type Description
WalletobjectsResource

Implements

IClientService
IDisposable
In this article
Back to top Generated by DocFX