/**
 * devopness API
 * Devopness API - Painless essential DevOps to everyone
 *
 * The version of the OpenAPI document: latest
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @interface NetworkUpdate
 */
export interface NetworkUpdate {
    /**
     * The unique ID of the given Network.
     * @type {number}
     * @memberof NetworkUpdate
     */
    id: number;
    /**
     * The ID of the cloud credential.
     * @type {number}
     * @memberof NetworkUpdate
     */
    credential_id: number;
}
