arrowflight.ticket

Module for [Ticket] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Ticket self() nothrowReturns `this`, for use in `with` statements.
TicketGidBuilder builder() static nothrowGet builder for [arrowflight.ticket.Ticket] Returns: New builder object
glib.bytes.Bytes data() @property nothrowGet `data` property. Returns: Opaque identifier or credential to use when requesting a data stream with the DoGet RPC.
void data(glib.bytes.Bytes propval) @property nothrowSet `data` property. Params: propval = Opaque identifier or credential to use when requesting a data stream with the DoGet RPC.
bool equal(arrowflight.ticket.Ticket otherTicket) nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrowflight.ticket.Ticket

Methods
T data(glib.bytes.Bytes propval) nothrowSet `data` property. Params: propval = Opaque identifier or credential to use when requesting a data stream with the DoGet RPC. Returns: Builder instance for fluent chaining

Fluent builder for arrowflight.ticket.Ticket

Methods
Ticket build() nothrowCreate object from builder. Returns: New object