mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.393.2
This commit is contained in:
@@ -117,8 +117,6 @@ type GetServerResourcesRequest struct {
|
||||
// (UUID, serial number, or other number unique per device)
|
||||
//
|
||||
XPlexClientIdentifier *string `queryParam:"style=form,explode=true,name=X-Plex-Client-Identifier"`
|
||||
// Plex Authentication Token
|
||||
XPlexToken string `queryParam:"style=form,explode=true,name=X-Plex-Token"`
|
||||
// Include Https entries in the results
|
||||
IncludeHTTPS *IncludeHTTPS `default:"0" queryParam:"style=form,explode=true,name=includeHttps"`
|
||||
// Include Relay addresses in the results
|
||||
@@ -147,13 +145,6 @@ func (o *GetServerResourcesRequest) GetXPlexClientIdentifier() *string {
|
||||
return o.XPlexClientIdentifier
|
||||
}
|
||||
|
||||
func (o *GetServerResourcesRequest) GetXPlexToken() string {
|
||||
if o == nil {
|
||||
return ""
|
||||
}
|
||||
return o.XPlexToken
|
||||
}
|
||||
|
||||
func (o *GetServerResourcesRequest) GetIncludeHTTPS() *IncludeHTTPS {
|
||||
if o == nil {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user