Class EventticketobjectResource
The "eventticketobject" collection of methods.
Inherited Members
Namespace: Google.Apis.Walletobjects.v1
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class EventticketobjectResource
Constructors
EventticketobjectResource(IClientService)
Constructs a new resource.
Declaration
public EventticketobjectResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Addmessage(AddMessageRequest, string)
Adds a message to the event ticket object referenced by the given object ID.
Declaration
public virtual EventticketobjectResource.AddmessageRequest Addmessage(AddMessageRequest body, string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| AddMessageRequest | body | The body of the request. |
| string | resourceId | The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'. |
Returns
| Type | Description |
|---|---|
| EventticketobjectResource.AddmessageRequest |
Get(string)
Returns the event ticket object with the given object ID.
Declaration
public virtual EventticketobjectResource.GetRequest Get(string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | resourceId | The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'. |
Returns
| Type | Description |
|---|---|
| EventticketobjectResource.GetRequest |
Insert(EventTicketObject)
Inserts an event ticket object with the given ID and properties.
Declaration
public virtual EventticketobjectResource.InsertRequest Insert(EventTicketObject body)
Parameters
| Type | Name | Description |
|---|---|---|
| EventTicketObject | body | The body of the request. |
Returns
| Type | Description |
|---|---|
| EventticketobjectResource.InsertRequest |
List()
Returns a list of all event ticket objects for a given issuer ID.
Declaration
public virtual EventticketobjectResource.ListRequest List()
Returns
| Type | Description |
|---|---|
| EventticketobjectResource.ListRequest |
Modifylinkedofferobjects(ModifyLinkedOfferObjectsRequest, string)
Modifies linked offer objects for the event ticket object with the given ID.
Declaration
public virtual EventticketobjectResource.ModifylinkedofferobjectsRequest Modifylinkedofferobjects(ModifyLinkedOfferObjectsRequest body, string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| ModifyLinkedOfferObjectsRequest | body | The body of the request. |
| string | resourceId | The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'. |
Returns
| Type | Description |
|---|---|
| EventticketobjectResource.ModifylinkedofferobjectsRequest |
Patch(EventTicketObject, string)
Updates the event ticket object referenced by the given object ID. This method supports patch semantics.
Declaration
public virtual EventticketobjectResource.PatchRequest Patch(EventTicketObject body, string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| EventTicketObject | body | The body of the request. |
| string | resourceId | The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'. |
Returns
| Type | Description |
|---|---|
| EventticketobjectResource.PatchRequest |
Update(EventTicketObject, string)
Updates the event ticket object referenced by the given object ID.
Declaration
public virtual EventticketobjectResource.UpdateRequest Update(EventTicketObject body, string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| EventTicketObject | body | The body of the request. |
| string | resourceId | The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'. |
Returns
| Type | Description |
|---|---|
| EventticketobjectResource.UpdateRequest |