Documentation
¶
Index ¶
- func ParseCodespacesPostRequestBodyMember1_geo(v string) (any, error)
- func ParseCodespacesPostRequestBodyMember2_geo(v string) (any, error)
- func SerializeCodespacesPostRequestBodyMember1_geo(values []CodespacesPostRequestBodyMember1_geo) []string
- func SerializeCodespacesPostRequestBodyMember2_geo(values []CodespacesPostRequestBodyMember2_geo) []string
- type CodespacesPostRequestBodyMember1_geo
- type CodespacesPostRequestBodyMember2_geo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeCodespacesPostRequestBodyMember1_geo ¶
func SerializeCodespacesPostRequestBodyMember1_geo(values []CodespacesPostRequestBodyMember1_geo) []string
func SerializeCodespacesPostRequestBodyMember2_geo ¶
func SerializeCodespacesPostRequestBodyMember2_geo(values []CodespacesPostRequestBodyMember2_geo) []string
Types ¶
type CodespacesPostRequestBodyMember1_geo ¶
type CodespacesPostRequestBodyMember1_geo int
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, which is closing down.
const ( EUROPEWEST_CODESPACESPOSTREQUESTBODYMEMBER1_GEO CodespacesPostRequestBodyMember1_geo = iota SOUTHEASTASIA_CODESPACESPOSTREQUESTBODYMEMBER1_GEO USEAST_CODESPACESPOSTREQUESTBODYMEMBER1_GEO USWEST_CODESPACESPOSTREQUESTBODYMEMBER1_GEO )
func (CodespacesPostRequestBodyMember1_geo) String ¶
func (i CodespacesPostRequestBodyMember1_geo) String() string
type CodespacesPostRequestBodyMember2_geo ¶
type CodespacesPostRequestBodyMember2_geo int
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, which is closing down.
const ( EUROPEWEST_CODESPACESPOSTREQUESTBODYMEMBER2_GEO CodespacesPostRequestBodyMember2_geo = iota SOUTHEASTASIA_CODESPACESPOSTREQUESTBODYMEMBER2_GEO USEAST_CODESPACESPOSTREQUESTBODYMEMBER2_GEO USWEST_CODESPACESPOSTREQUESTBODYMEMBER2_GEO )
func (CodespacesPostRequestBodyMember2_geo) String ¶
func (i CodespacesPostRequestBodyMember2_geo) String() string
Click to show internal directories.
Click to hide internal directories.