Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + func GetOpenAPISpecJSON() ([]byte, error) + type ComplexOptionalNullable struct + AliasName oapiCodegenTypesPkg.Nullable[string] + Name *string + func (s *ComplexOptionalNullable) ApplyDefaults() + type ComplexRequiredNullable struct + Name *string + func (s *ComplexRequiredNullable) ApplyDefaults() + type PatchRequest struct + AdditionalProperties map[string]any + ComplexOptionalNullable oapiCodegenTypesPkg.Nullable[ComplexOptionalNullable] + ComplexRequiredNullable oapiCodegenTypesPkg.Nullable[ComplexRequiredNullable] + SimpleOptionalNonNullable *SimpleOptionalNonNullable + SimpleOptionalNullable SimpleOptionalNullable + SimpleRequiredNullable SimpleRequiredNullable + func (a *PatchRequest) Set(fieldName string, value any) + func (a *PatchRequest) UnmarshalJSON(b []byte) error + func (a PatchRequest) Get(fieldName string) (value any, found bool) + func (a PatchRequest) MarshalJSON() ([]byte, error) + func (s *PatchRequest) ApplyDefaults() + type SimpleOptionalNonNullable = string + type SimpleOptionalNullable = oapiCodegenTypesPkg.Nullable[int] + type SimpleRequiredNullable = oapiCodegenTypesPkg.Nullable[int]