mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-10 04:20:24 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2
This commit is contained in:
@@ -10,12 +10,12 @@ import (
|
||||
)
|
||||
|
||||
type UploadGlobals struct {
|
||||
XLog10Organization string `header:"style=simple,explode=false,name=X-Log10-Organization"`
|
||||
XLog10Organization *string `header:"style=simple,explode=false,name=X-Log10-Organization"`
|
||||
}
|
||||
|
||||
func (o *UploadGlobals) GetXLog10Organization() string {
|
||||
func (o *UploadGlobals) GetXLog10Organization() *string {
|
||||
if o == nil {
|
||||
return ""
|
||||
return nil
|
||||
}
|
||||
return o.XLog10Organization
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user