Interface NetworkCreateResponse

NetworkCreateResponse

interface NetworkCreateResponse {
    Id?: string;
    Warning?: string;
}

Properties

Properties

Id?: string

The ID of the created network.

Warning?: string