Versions in this module Expand all Collapse all v0 v0.0.1 May 19, 2024 Changes in this version + type AllOf struct + func (r *AllOf) GetBilling_address() *DefinitionsAddress + func (r *AllOf) GetShipping_address() *ShippingAddress + func (r *AllOf) UnmarshalJSON(b []byte) error + func (r AllOf) Delete() error + func (r AllOf) Exists() bool + func (r AllOf) MarshalJSON() ([]byte, error) + func (r AllOf) Set(v AllOf) error + type ArraysSchema struct + func (r *ArraysSchema) GetFruits() *Fruits + func (r *ArraysSchema) GetVegetables() *Vegetables + func (r *ArraysSchema) UnmarshalJSON(b []byte) error + func (r ArraysSchema) Delete() error + func (r ArraysSchema) Exists() bool + func (r ArraysSchema) MarshalJSON() ([]byte, error) + func (r ArraysSchema) Set(v ArraysSchema) error + type Bool struct + func (r *Bool) Set(v bool) error + func (r *Bool) UnmarshalJSON(b []byte) error + func (r Bool) Delete() error + func (r Bool) Exists() bool + func (r Bool) MarshalJSON() ([]byte, error) + func (r Bool) Value() bool + type DefinitionsAddress struct + func (r *DefinitionsAddress) GetCity() *String + func (r *DefinitionsAddress) UnmarshalJSON(b []byte) error + func (r DefinitionsAddress) Delete() error + func (r DefinitionsAddress) Exists() bool + func (r DefinitionsAddress) MarshalJSON() ([]byte, error) + func (r DefinitionsAddress) Set(v DefinitionsAddress) error + type Fruits struct + func (r *Fruits) At(i int) *String + func (r *Fruits) UnmarshalJSON(b []byte) error + func (r Fruits) Delete() error + func (r Fruits) Exists() bool + func (r Fruits) Len() int + func (r Fruits) MarshalJSON() ([]byte, error) + func (r Fruits) Set(v Fruits) error + type Int64 struct + func (r *Int64) Set(v int64) error + func (r *Int64) UnmarshalJSON(b []byte) error + func (r Int64) Delete() error + func (r Int64) Exists() bool + func (r Int64) MarshalJSON() ([]byte, error) + func (r Int64) Value() int64 + type OneOf struct + func (r *OneOf) GetData() *OneOfData + func (r *OneOf) UnmarshalJSON(b []byte) error + func (r OneOf) Delete() error + func (r OneOf) Exists() bool + func (r OneOf) MarshalJSON() ([]byte, error) + func (r OneOf) Set(v OneOf) error + type OneOfData struct + func (r *OneOfData) AsPerson() *Person + func (r *OneOfData) AsVehicle() *Vehicle + func (r *OneOfData) UnmarshalJSON(b []byte) error + func (r OneOfData) Delete() error + func (r OneOfData) Exists() bool + func (r OneOfData) MarshalJSON() ([]byte, error) + func (r OneOfData) Set(v OneOfData) error + type OneOfOneOfRootObj struct + func (r *OneOfOneOfRootObj) AsPerson() *Person + func (r *OneOfOneOfRootObj) AsVehicle() *Vehicle + func (r *OneOfOneOfRootObj) UnmarshalJSON(b []byte) error + func (r OneOfOneOfRootObj) Delete() error + func (r OneOfOneOfRootObj) Exists() bool + func (r OneOfOneOfRootObj) MarshalJSON() ([]byte, error) + func (r OneOfOneOfRootObj) Set(v OneOfOneOfRootObj) error + type Person struct + func (r *Person) GetFirstName() *String + func (r *Person) GetLastName() *String + func (r *Person) GetSport() *String + func (r *Person) UnmarshalJSON(b []byte) error + func (r Person) Delete() error + func (r Person) Exists() bool + func (r Person) MarshalJSON() ([]byte, error) + func (r Person) Set(v Person) error + type ShippingAddress struct + func (r *ShippingAddress) GetCity() *String + func (r *ShippingAddress) GetType() *String + func (r *ShippingAddress) UnmarshalJSON(b []byte) error + func (r ShippingAddress) Delete() error + func (r ShippingAddress) Exists() bool + func (r ShippingAddress) MarshalJSON() ([]byte, error) + func (r ShippingAddress) Set(v ShippingAddress) error + type String struct + func (r *String) Set(v string) error + func (r *String) UnmarshalJSON(b []byte) error + func (r String) Delete() error + func (r String) Exists() bool + func (r String) MarshalJSON() ([]byte, error) + func (r String) Value() string + type Vegetables struct + func (r *Vegetables) At(i int) *Vegetables + func (r *Vegetables) UnmarshalJSON(b []byte) error + func (r Vegetables) Delete() error + func (r Vegetables) Exists() bool + func (r Vegetables) Len() int + func (r Vegetables) MarshalJSON() ([]byte, error) + func (r Vegetables) Set(v Vegetables) error + type Vehicle struct + func (r *Vehicle) GetBrand() *String + func (r *Vehicle) GetPrice() *Int64 + func (r *Vehicle) UnmarshalJSON(b []byte) error + func (r Vehicle) Delete() error + func (r Vehicle) Exists() bool + func (r Vehicle) MarshalJSON() ([]byte, error) + func (r Vehicle) Set(v Vehicle) error