// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package components

type PlexMediaServer struct {
	Version *string `json:"version,omitempty"`
}

func (o *PlexMediaServer) GetVersion() *string {
	if o == nil {
		return nil
	}
	return o.Version
}
