Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace struct {
// customer
// Required: true
// Min Length: 1
Customer *string `json:"customer"`
// description
// Min Length: 1
Description string `json:"description,omitempty"`
// name
// Required: true
// Min Length: 1
Name *string `json:"name"`
}
Namespace namespace swagger:model namespace
func (*Namespace) MarshalBinary ¶
MarshalBinary interface implementation
func (*Namespace) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.