globals

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 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"`
	ClientVersion  *string `queryParam:"style=form,explode=true,name=X-Plex-Version"`
	ClientPlatform *string `queryParam:"style=form,explode=true,name=X-Plex-Platform"`
	DeviceName     *string `queryParam:"style=form,explode=true,name=X-Plex-Device"`
}

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) GetClientPlatform added in v0.11.12

func (o *Globals) GetClientPlatform() *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

Jump to

Keyboard shortcuts

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