Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tenant ¶
type Tenant struct { // Unique integer identifier // Required: true // Minimum: 0 ID *int64 `json:"id"` // Name of tenant Name string `json:"name,omitempty"` // List of accessible networks // Required: true Networks []string `json:"networks"` }
Tenant tenant swagger:model tenant
func (*Tenant) MarshalBinary ¶
MarshalBinary interface implementation
func (*Tenant) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.