globals

package
v0.11.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Globals

type Globals struct {
	// The unique identifier for the client application
	// This is used to track the client application and its usage
	// (UUID, serial number, or other number unique per device)
	//
	ClientID      *string `queryParam:"style=form,explode=true,name=X-Plex-Client-Identifier"`
	ClientName    *string `queryParam:"style=form,explode=true,name=X-Plex-Product"`
	DeviceName    *string `queryParam:"style=form,explode=true,name=X-Plex-Device"`
	ClientVersion *string `queryParam:"style=form,explode=true,name=X-Plex-Version"`
	XPlexPlatform *string `queryParam:"style=form,explode=true,name=X-Plex-Platform"`
}

func (*Globals) GetClientID added in v0.11.11

func (o *Globals) GetClientID() *string

func (*Globals) GetClientName added in v0.11.11

func (o *Globals) GetClientName() *string

func (*Globals) GetClientVersion added in v0.11.11

func (o *Globals) GetClientVersion() *string

func (*Globals) GetDeviceName added in v0.11.11

func (o *Globals) GetDeviceName() *string

func (*Globals) GetXPlexPlatform added in v0.11.11

func (o *Globals) GetXPlexPlatform() *string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL