mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-09 12:37:49 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2
This commit is contained in:
@@ -7,12 +7,12 @@ import (
|
||||
)
|
||||
|
||||
type CreateGlobals 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 *CreateGlobals) GetXLog10Organization() string {
|
||||
func (o *CreateGlobals) GetXLog10Organization() *string {
|
||||
if o == nil {
|
||||
return ""
|
||||
return nil
|
||||
}
|
||||
return o.XLog10Organization
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user