interface GetPrivateNICResponse {
    privateNic?: PrivateNIC;
}

Properties

Properties

privateNic?: PrivateNIC