NetworkCreateResponse

@Serializable
data class NetworkCreateResponse(val id: String, val warning: String)

OK response to NetworkCreate operation

Parameters

id

The ID of the created network.

warning

Warnings encountered when creating the container

Constructors

Link copied to clipboard
constructor(id: String, warning: String)

Properties

Link copied to clipboard
@SerialName(value = "Id")
@Required
val id: String
Link copied to clipboard
@SerialName(value = "Warning")
@Required
val warning: String